We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e539d7 commit 6ac03f5Copy full SHA for 6ac03f5
.pre-commit-config.yaml
@@ -16,13 +16,13 @@ repos:
16
additional_dependencies: [ "tomli>=2.0.1" ]
17
args: [ "--in-place", "--config", "./pyproject.toml" ]
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.5.4"
+ rev: "v0.6.3"
20
hooks:
21
- id: ruff-format
22
- id: ruff
23
args: [ "--fix", "--unsafe-fixes", "--exit-non-zero-on-fix" ]
24
- repo: https://github.com/tox-dev/pyproject-fmt
25
- rev: "2.1.4"
+ rev: "2.2.1"
26
27
- id: pyproject-fmt
28
additional_dependencies: ["tox>=4.14.2"]
0 commit comments