We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a9b6a commit ebde8f5Copy full SHA for ebde8f5
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: pyupgrade
10
args: ['--keep-runtime-typing', '--py39-plus']
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.6.3
+ rev: v0.6.5
13
hooks:
14
- id: ruff
15
args: ['--fix', '--exit-non-zero-on-fix']
0 commit comments