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 2ade710 commit 2ca08e6Copy full SHA for 2ca08e6
.pre-commit-config.yaml
@@ -16,11 +16,11 @@ repos:
16
- id: check-merge-conflict
17
- id: debug-statements
18
- repo: https://github.com/timothycrosley/isort
19
- rev: 5.9.2
+ rev: 5.9.3
20
hooks:
21
- id: isort
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v2.21.0
+ rev: v2.23.3
24
25
- id: pyupgrade
26
args: [--py36-plus]
@@ -34,7 +34,7 @@ repos:
34
- id: rst-directive-colons
35
- id: rst-inline-touching-normal
36
- repo: https://github.com/psf/black
37
- rev: 21.6b0
+ rev: 21.7b0
38
39
- id: black
40
args: [--safe, --quiet, --target-version=py36]
0 commit comments