File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exclude: ^$
55
66repos :
77 - repo : https://github.com/repo-helper/pyproject-parser
8- rev : v0.4.3
8+ rev : v0.5.0
99 hooks :
1010 - id : reformat-pyproject
1111
4040 - id : bind-requirements
4141
4242 - repo : https://github.com/domdfcoding/flake8-dunder-all
43- rev : v0.1.8
43+ rev : v0.2.1
4444 hooks :
4545 - id : ensure-dunder-all
4646 files : ^testing_tox/.*\.py$
6767 - --keep-runtime-typing
6868
6969 - repo : https://github.com/Lucas-C/pre-commit-hooks
70- rev : v1.1.13
70+ rev : v1.1.14
7171 hooks :
7272 - id : remove-crlf
7373 - id : forbid-crlf
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ setenv =
3131deps = importcheck>=0.1.0
3232commands =
3333 python --version
34- python -m importcheck {posargs}
34+ python -m importcheck {posargs:--show }
3535
3636[testenv:build]
3737skip_install = True
You can’t perform that action at this time.
0 commit comments