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 4061f56 commit 17fefb1Copy full SHA for 17fefb1
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
hooks:
19
- id: pyupgrade
20
- repo: https://github.com/PyCQA/isort
21
- rev: 5.6.4
+ rev: 5.7.0
22
23
- id: isort
24
- repo: https://github.com/psf/black
@@ -36,7 +36,7 @@ repos:
36
- black==19.10b0
37
language_version: python3.8
38
- repo: https://github.com/asottile/add-trailing-comma
39
- rev: v2.0.1
+ rev: v2.0.2
40
41
- id: add-trailing-comma
42
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments