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 11e27e0 commit 2599defCopy full SHA for 2599def
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.37.2
+ rev: v2.37.3
4
hooks:
5
- id: pyupgrade
6
args: [--py38-plus]
@@ -14,7 +14,7 @@ repos:
14
- id: black
15
language_version: python3.8
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 4.0.1
+ rev: 5.0.3
18
19
- id: flake8
20
- repo: https://github.com/pycqa/pydocstyle
0 commit comments