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 481597c commit 93c5861Copy full SHA for 93c5861
.pre-commit-config.yaml
@@ -46,15 +46,15 @@ repos:
46
- id: flake2lint
47
48
- repo: https://github.com/pre-commit/pygrep-hooks
49
- rev: v1.7.0
+ rev: v1.7.1
50
hooks:
51
- id: python-no-eval
52
- id: rst-backticks
53
- id: rst-directive-colons
54
- id: rst-inline-touching-normal
55
56
- repo: https://github.com/asottile/pyupgrade
57
- rev: v2.9.0
+ rev: v2.10.0
58
59
- id: pyupgrade
60
args:
@@ -67,7 +67,7 @@ repos:
67
- id: forbid-crlf
68
69
- repo: https://github.com/repo-helper/formate
70
- rev: v0.2.5
+ rev: v0.3.1
71
72
- id: formate
73
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$
0 commit comments