[pre-commit.ci] pre-commit autoupdate (#387)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.10...v0.5.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
59de13e8f9
commit
6fb5619adc
|
@ -20,7 +20,7 @@ repos:
|
|||
- id: pyproject-fmt
|
||||
additional_dependencies: ["tox>=4.12.1"]
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: "v0.4.10"
|
||||
rev: "v0.5.0"
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
- id: ruff
|
||||
|
|
|
@ -73,7 +73,7 @@ def detect_poetry_env_interpreter() -> Path | None:
|
|||
# See https://python-poetry.org/docs/managing-environments/#displaying-the-environment-information.
|
||||
try:
|
||||
result = subprocess.run(
|
||||
("poetry", "env", "info", "--executable"), # noqa: S603
|
||||
("poetry", "env", "info", "--executable"),
|
||||
check=True,
|
||||
text=True,
|
||||
stdout=subprocess.PIPE,
|
||||
|
|
Loading…
Reference in New Issue