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.
2 parents 9790cc3 + a2c21a9 commit 6a934d7Copy full SHA for 6a934d7
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: check-added-large-files
13
- id: debug-statements
14
- repo: https://github.com/pycqa/isort
15
- rev: 5.10.1
+ rev: 5.12.0
16
hooks:
17
- id: isort
18
name: isort (python)
@@ -24,7 +24,7 @@ repos:
24
- flake8-comprehensions
25
- flake8-bugbear
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.2.2
+ rev: v3.3.1
28
29
- id: pyupgrade
30
args: [--py37-plus]
0 commit comments