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 c604f67 commit 7633ec3Copy full SHA for 7633ec3
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.29.0
+ rev: v2.30.0
4
hooks:
5
- id: pyupgrade
6
args: [--py37-plus]
7
- repo: https://github.com/psf/black
8
- rev: 21.9b0
+ rev: 21.12b0
9
10
- id: black
11
- repo: https://github.com/PyCQA/isort
12
- rev: 5.9.3
+ rev: 5.10.1
13
14
- id: isort
15
- repo: https://github.com/PyCQA/flake8
0 commit comments