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 ddc6b65 commit da43a8cCopy full SHA for da43a8c
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: isort
20
name: isort
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.2.2
+ rev: v3.3.0
23
hooks:
24
- id: pyupgrade
25
args: [--py37-plus]
@@ -29,7 +29,7 @@ repos:
29
- id: black
30
- id: black-jupyter
31
- repo: https://github.com/PyCQA/pylint
32
- rev: v2.15.6
+ rev: v2.15.7
33
34
- id: pylint
35
args: [--rcfile=.pylintrc]
0 commit comments