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 985788a commit a18758bCopy full SHA for a18758b
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- --remove-duplicate-keys
22
- --remove-unused-variables
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v2.29.0
+ rev: v2.29.1
25
hooks:
26
- id: pyupgrade
27
exclude: tests/testdata
@@ -37,7 +37,7 @@ repos:
37
- id: black-disable-checker
38
exclude: tests/unittest_nodes_lineno.py
39
- repo: https://github.com/psf/black
40
- rev: 21.10b0
+ rev: 21.11b1
41
42
- id: black
43
args: [--safe, --quiet]
0 commit comments