We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ba32a commit 555f3f1Copy full SHA for 555f3f1
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v2.9.0
+ rev: v2.10.0
18
hooks:
19
- id: pyupgrade
20
- repo: https://github.com/PyCQA/isort
@@ -36,7 +36,7 @@ repos:
36
- black==20.8b1
37
language_version: python3.8
38
- repo: https://github.com/pre-commit/pygrep-hooks
39
- rev: v1.7.0
+ rev: v1.7.1
40
41
- id: rst-backticks
42
- repo: https://github.com/asottile/setup-cfg-fmt
0 commit comments