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 f2e0b2a commit f2c852fCopy full SHA for f2c852f
1 file changed
.pre-commit-config.yaml
@@ -15,16 +15,16 @@ repos:
15
- id: codespell
16
args: ["--write-changes"]
17
- repo: https://github.com/tox-dev/tox-ini-fmt
18
- rev: "1.4.0"
+ rev: "1.4.1"
19
hooks:
20
- id: tox-ini-fmt
21
args: ["-p", "fix"]
22
- repo: https://github.com/tox-dev/pyproject-fmt
23
- rev: "2.2.3"
+ rev: "2.2.4"
24
25
- id: pyproject-fmt
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.6.5"
+ rev: "v0.6.7"
28
29
- id: ruff-format
30
- id: ruff
0 commit comments