We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8321c07 commit bf29fb3Copy full SHA for bf29fb3
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
# catch git merge/rebase problems
17
- id: check-merge-conflict
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.9.6
+ rev: v0.9.7
20
hooks:
21
# lint & attempt to correct failures (e.g. pyupgrade)
22
- id: ruff
0 commit comments