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 67f1ddd commit 6d3a58cCopy full SHA for 6d3a58c
.pre-commit-config.yaml
@@ -13,11 +13,11 @@ repos:
13
args:
14
- --autofix
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v1.2.0
+ rev: v1.4.0
17
hooks:
18
- id: pyupgrade
19
- repo: https://github.com/ambv/black
20
- rev: stable
+ rev: 18.6b4
21
22
- id: black
23
language_version: python3.6
0 commit comments