File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ exclude: ^$
55
66repos :
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v2.4 .0
8+ rev : v3.3 .0
99 hooks :
1010 - id : check-added-large-files
1111 - id : check-ast
1212 - id : check-byte-order-marker
1313 - id : check-case-conflict
1414 - id : check-executables-have-shebangs
1515 - id : check-json
16+ - id : check-toml
17+ - id : check-yaml
1618 - id : check-merge-conflict
1719 - id : check-symlinks
18- - id : check-toml
1920 - id : check-vcs-permalinks
20- - id : check-yaml
2121 - id : detect-private-key
2222 - id : end-of-file-fixer
2323 - id : trailing-whitespace
3333 - id : bind-requirements
3434
3535 - repo : https://github.com/domdfcoding/flake8-dunder-all
36- rev : v0.0.4
36+ rev : v0.1.0
3737 hooks :
3838 - id : ensure-dunder-all
3939 files : ^domdf_python_tools/.*\.py$
@@ -44,20 +44,19 @@ repos:
4444 - id : python-no-eval
4545
4646 - repo : https://github.com/asottile/pyupgrade
47- rev : v1.5.1
47+ rev : v2.7.3
4848 hooks :
4949 - id : pyupgrade
5050 args : [--py36-plus]
5151
5252 - repo : https://github.com/Lucas-C/pre-commit-hooks
53- rev : v1.1.7
53+ rev : v1.1.9
5454 hooks :
5555 - id : remove-crlf
5656 - id : forbid-crlf
5757
58-
5958 - repo : https://github.com/domdfcoding/yapf-isort
60- rev : v0.3.2
59+ rev : v0.3.3
6160 hooks :
6261 - id : yapf-isort
6362 exclude : ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
You can’t perform that action at this time.
0 commit comments