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 778bda4 commit 1ddb715Copy full SHA for 1ddb715
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
25
# A formatter for finding and removing unused import statements.
26
- repo: https://github.com/hadialqattan/pycln
27
- rev: v2.1.3
+ rev: v2.1.5
28
hooks:
29
- id: pycln
30
args: [ --all ]
@@ -47,14 +47,14 @@ repos:
47
48
# A tool to automatically upgrade syntax for newer versions of the python language.
49
- repo: https://github.com/asottile/pyupgrade
50
- rev: v3.3.1
+ rev: v3.6.0
51
52
- id: pyupgrade
53
args: [ --py36-plus ]
54
55
# A tool to automatically fix common style issues in Python code. Has plugins.
56
- repo: https://github.com/pycqa/flake8
57
- rev: '5.0.4'
+ rev: '6.0.0'
58
59
- id: flake8
60
exclude: (__pycache__|.venv|tmp|.tox)
0 commit comments