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 2a9e86c commit 5c2eb5eCopy full SHA for 5c2eb5e
.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.37.0
+ rev: v2.37.1
41
hooks:
42
- id: pyupgrade
43
args: [--py37-plus]
@@ -47,7 +47,7 @@ repos:
47
- id: black
48
- id: black-jupyter
49
- repo: https://github.com/PyCQA/pylint
50
- rev: v2.14.4
+ rev: v2.14.5
51
52
- id: pylint
53
args: [--rcfile=.pylintrc]
0 commit comments