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 49eecfb commit e7bfc25Copy full SHA for e7bfc25
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
- id: isort
38
name: isort
39
- repo: https://github.com/asottile/pyupgrade
40
- rev: v2.32.0
+ rev: v2.32.1
41
hooks:
42
- id: pyupgrade
43
args: [--py37-plus]
@@ -46,7 +46,7 @@ repos:
46
47
- id: black
48
- repo: https://github.com/PyCQA/pylint
49
- rev: v2.13.7
+ rev: v2.13.8
50
51
- id: pylint
52
args: [--rcfile=.pylintrc]
0 commit comments