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 58a6a02 commit ab40dccCopy full SHA for ab40dcc
.pre-commit-config.yaml
@@ -42,12 +42,12 @@ repos:
42
- id: pyupgrade
43
args: [--py37-plus]
44
- repo: https://github.com/psf/black
45
- rev: 22.3.0
+ rev: 22.6.0
46
hooks:
47
- id: black
48
- id: black-jupyter
49
- repo: https://github.com/PyCQA/pylint
50
- rev: v2.14.3
+ rev: v2.14.4
51
52
- id: pylint
53
args: [--rcfile=.pylintrc]
0 commit comments