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.
2 parents d4d7ac4 + 276ef55 commit 01785c9Copy full SHA for 01785c9
1 file changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
hooks:
12
- id: isort
13
- repo: https://github.com/psf/black
14
- rev: "21.10b0"
+ rev: "21.11b1"
15
16
- id: black
17
- repo: https://github.com/PyCQA/flake8
@@ -22,7 +22,7 @@ repos:
22
- flake8-comprehensions
23
- flake8-bugbear
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v2.29.0
+ rev: v2.29.1
26
27
- id: pyupgrade
28
args: [--py36-plus]
0 commit comments