We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e8f12 commit a459bf4Copy full SHA for a459bf4
.pre-commit-config.yaml
@@ -2,12 +2,12 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/asottile/pyupgrade
5
- rev: v3.19.0
+ rev: v3.20.0
6
hooks:
7
- id: pyupgrade
8
args: ['--keep-runtime-typing', '--py39-plus']
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.7.1
+ rev: v0.12.1
11
12
- id: ruff
13
args: ['--fix', '--exit-non-zero-on-fix']
0 commit comments