We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8408be commit c8d2002Copy full SHA for c8d2002
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.9.2
+ rev: v0.9.3
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -25,7 +25,7 @@ repos:
25
- id: no-commit-to-branch
26
args: ["--branch=main"]
27
- repo: https://github.com/codespell-project/codespell
28
- rev: v2.3.0
+ rev: v2.4.0
29
30
- id: codespell
31
additional_dependencies:
0 commit comments