mirror of https://github.com/docker/compose.git
Fix pre-commit config
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
c69d8a3bd2
commit
bf8e501b5e
|
@ -10,7 +10,7 @@
|
|||
- id: end-of-file-fixer
|
||||
- id: flake8
|
||||
- id: name-tests-test
|
||||
exclude: 'tests/(helpers\.py|integration/testcases\.py)'
|
||||
exclude: 'tests/(integration/testcases\.py)|(helpers\.py)'
|
||||
- id: requirements-txt-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: git://github.com/asottile/reorder_python_imports
|
||||
|
|
Loading…
Reference in New Issue