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 5c748b8 commit a92fbf9Copy full SHA for a92fbf9
.pre-commit-config.yaml
@@ -18,20 +18,20 @@ repos:
18
- id: trailing-whitespace
19
- id: double-quote-string-fixer
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v2.29.0
+ rev: v2.29.1
22
hooks:
23
- id: pyupgrade
24
args: ["--py36-plus"]
25
- repo: https://github.com/psf/black
26
- rev: 21.10b0
+ rev: 21.11b1
27
28
- id: black
29
- repo: https://github.com/PyCQA/isort
30
rev: 5.10.1
31
32
- id: isort
33
- repo: https://github.com/asottile/setup-cfg-fmt
34
- rev: v1.19.0
+ rev: v1.20.0
35
36
- id: setup-cfg-fmt
37
- repo: https://github.com/PyCQA/flake8
0 commit comments