We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53eba97 commit de15c1dCopy full SHA for de15c1d
1 file changed
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: check-ast
21
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.14.9
+ rev: v0.14.10
24
hooks:
25
- id: ruff
26
args: [--fix]
@@ -46,7 +46,7 @@ repos:
46
)$
47
48
- repo: https://github.com/codespell-project/codespell
49
- rev: v2.4.0
+ rev: v2.4.1
50
51
- id: codespell
52
args: [--ignore-words=.codespell-ignore-words.txt]
0 commit comments