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 07fadc8 commit 8abc569Copy full SHA for 8abc569
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: end-of-file-fixer
26
27
- repo: https://github.com/domdfcoding/pre-commit-hooks
28
- rev: v0.1.6
+ rev: v0.2.0
29
hooks:
30
- id: requirements-txt-sorter
31
args:
@@ -54,7 +54,7 @@ repos:
54
- id: rst-inline-touching-normal
55
56
- repo: https://github.com/asottile/pyupgrade
57
- rev: v2.7.4
+ rev: v2.9.0
58
59
- id: pyupgrade
60
@@ -67,7 +67,7 @@ repos:
67
- id: forbid-crlf
68
69
- repo: https://github.com/repo-helper/formate
70
- rev: v0.2.0
+ rev: v0.2.5
71
72
- id: formate
73
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$
0 commit comments