File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exclude: ^$
55
66repos :
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v3.4.0
8+ rev : v4.0.1
99 hooks :
1010 - id : check-added-large-files
1111 - id : check-ast
@@ -41,34 +41,34 @@ repos:
4141 files : ^domplotlib/.*\.py$
4242
4343 - repo : https://github.com/domdfcoding/flake2lint
44- rev : v0.4.0
44+ rev : v0.4.1
4545 hooks :
4646 - id : flake2lint
4747
4848 - repo : https://github.com/pre-commit/pygrep-hooks
49- rev : v1.8 .0
49+ rev : v1.9 .0
5050 hooks :
5151 - id : python-no-eval
5252 - id : rst-backticks
5353 - id : rst-directive-colons
5454 - id : rst-inline-touching-normal
5555
5656 - repo : https://github.com/asottile/pyupgrade
57- rev : v2.12.0
57+ rev : v2.19.4
5858 hooks :
5959 - id : pyupgrade
6060 args :
6161 - --py36-plus
6262 - --keep-runtime-typing
6363
6464 - repo : https://github.com/Lucas-C/pre-commit-hooks
65- rev : v1.1.9
65+ rev : v1.1.10
6666 hooks :
6767 - id : remove-crlf
6868 - id : forbid-crlf
6969
7070 - repo : https://github.com/repo-helper/formate
71- rev : v0.4.3
71+ rev : v0.4.7
7272 hooks :
7373 - id : formate
7474 exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
You can’t perform that action at this time.
0 commit comments