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 4c97a29 commit 99e05ccCopy full SHA for 99e05cc
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
doc/data/messages/t/trailing-newlines/bad.py|
16
)$
17
- repo: https://github.com/PyCQA/autoflake
18
- rev: v1.6.0
+ rev: v1.6.1
19
hooks:
20
- id: autoflake
21
exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/
@@ -33,7 +33,7 @@ repos:
33
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
34
types: [python]
35
- repo: https://github.com/asottile/pyupgrade
36
- rev: v2.38.0
+ rev: v2.38.2
37
38
- id: pyupgrade
39
args: [--py37-plus]
0 commit comments