mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-30 01:39:45 +03:00
remove eof and tw pre-commit
This commit is contained in:
parent
83a71de11c
commit
4d0ccdcd69
|
@ -4,15 +4,11 @@
|
||||||
# keep ids alphabetical! see http://pre-commit.com/hooks.html
|
# keep ids alphabetical! see http://pre-commit.com/hooks.html
|
||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
files: \.py$
|
files: \.py$
|
||||||
- id: end-of-file-fixer
|
|
||||||
files: \.(py|sh)$
|
|
||||||
- id: flake8
|
- id: flake8
|
||||||
files: \.(py|sh)$
|
files: \.(py|sh)$
|
||||||
- id: name-tests-test
|
- id: name-tests-test
|
||||||
files: tests/.+\.py$
|
files: tests/.+\.py$
|
||||||
args: ['--django'] # Use args: ['--django'] to match test*.py instead.
|
args: ['--django'] # Use args: ['--django'] to match test*.py instead.
|
||||||
- id: trailing-whitespace
|
|
||||||
files: \.(py|sh|yaml|txt)$
|
|
||||||
- repo: git://github.com/FalconSocial/pre-commit-python-sorter
|
- repo: git://github.com/FalconSocial/pre-commit-python-sorter
|
||||||
sha: 1.0.4
|
sha: 1.0.4
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user