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 45364bb commit d173a18Copy full SHA for d173a18
.pre-commit-config.yaml
@@ -17,12 +17,12 @@ repos:
17
args: [--fix=lf]
18
- id: check-case-conflict
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.5.5
+ rev: v0.5.6
21
hooks:
22
- id: ruff
23
args: ["--fix", "--exit-non-zero-on-fix"]
24
- repo: https://github.com/psf/black
25
- rev: 24.4.2
+ rev: 24.8.0
26
27
- id: black
28
- repo: https://github.com/codespell-project/codespell
0 commit comments