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.
2 parents 7a4340b + c1cf09a commit 4fa00acCopy full SHA for 4fa00ac
.pre-commit-config.yaml
@@ -42,18 +42,15 @@ repos:
42
43
# Formatter for python
44
- repo: https://github.com/astral-sh/ruff-pre-commit
45
- rev: v0.7.3
+ rev: v0.8.2
46
hooks:
47
- # Run the linter.
48
- - id: ruff
49
- types_or: [ python, pyi ]
50
- args: [ --fix ]
+
51
# Run the formatter.
52
- id: ruff-format
53
types_or: [ python, pyi ]
54
# Checks for spelling mistakes
55
- repo: https://github.com/codespell-project/codespell
56
- rev: v2.3.0 #TODO latest version 2.3.0 finds a lot of spelling mistakes but fails on "assertIn"
+ rev: v2.3.0
57
58
- id: codespell
59
args: ['--write-changes']
0 commit comments