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 d9666bd commit d540b1eCopy full SHA for d540b1e
.pre-commit-config.yaml
@@ -9,12 +9,12 @@ ci:
9
10
repos:
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v3.16.0
+ rev: v3.17.0
13
hooks:
14
- id: pyupgrade
15
args: ["--py37-plus"]
16
- repo: https://github.com/adamchainz/django-upgrade
17
- rev: "1.19.0"
+ rev: "1.21.0"
18
19
- id: django-upgrade
20
args: [--target-version, "2.2"]
@@ -24,7 +24,7 @@ repos:
24
- id: isort
25
name: isort (python)
26
- repo: https://github.com/PyCQA/flake8
27
- rev: 7.1.0
+ rev: 7.1.1
28
29
- id: flake8
30
additional_dependencies:
0 commit comments