We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e310902 commit ae086e2Copy full SHA for ae086e2
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.5.4'
+ rev: 'v0.6.7'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -20,7 +20,7 @@ repos:
20
21
- id: docformatter
22
- repo: https://github.com/codespell-project/codespell
23
- rev: v2.2.4
+ rev: v2.3.0
24
25
- id: codespell
26
additional_dependencies:
0 commit comments