We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 398183b + 2ff88c3 commit 3f4e285Copy full SHA for 3f4e285
1 file changed
.pre-commit-config.yaml
@@ -14,11 +14,11 @@ repos:
14
- id: check-merge-conflict
15
- id: name-tests-test
16
- repo: 'https://github.com/codespell-project/codespell'
17
- rev: v2.3.0
+ rev: v2.4.0
18
hooks:
19
- id: codespell
20
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
21
- rev: v0.9.2
+ rev: v0.9.3
22
23
- id: ruff
24
args:
0 commit comments