[pre-commit.ci] pre-commit autoupdate (#308)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
b8699f29d9
commit
230b4d6600
|
@ -16,7 +16,7 @@ repos:
|
||||||
additional_dependencies: [tomli>=2.0.1]
|
additional_dependencies: [tomli>=2.0.1]
|
||||||
args: ["--in-place"]
|
args: ["--in-place"]
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.12.0
|
rev: 23.12.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
- repo: https://github.com/tox-dev/tox-ini-fmt
|
- repo: https://github.com/tox-dev/tox-ini-fmt
|
||||||
|
@ -30,7 +30,7 @@ repos:
|
||||||
- id: pyproject-fmt
|
- id: pyproject-fmt
|
||||||
additional_dependencies: ["tox>=4.11.4"]
|
additional_dependencies: ["tox>=4.11.4"]
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: "v0.1.8"
|
rev: "v0.1.9"
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: ["--fix"]
|
args: ["--fix"]
|
||||||
|
|
Loading…
Reference in New Issue