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 5970f6f commit ccb9d7fCopy full SHA for ccb9d7f
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 20.8b1
+ rev: 21.4b0
6
hooks:
7
- id: black
8
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +13,7 @@ repos:
13
- id: check-yaml
14
- id: check-added-large-files
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v2.12.0
+ rev: v2.13.0
17
18
- id: pyupgrade
19
args: [--py36-plus]
0 commit comments