From 4d0ccdcd69ba0bbd400fb29fca6715ef852e2f33 Mon Sep 17 00:00:00 2001 From: jeffshek Date: Wed, 8 Jun 2016 00:28:12 -0400 Subject: [PATCH] remove eof and tw pre-commit --- {{cookiecutter.project_slug}}/.pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index 65bc20e24..9f0c91201 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -4,15 +4,11 @@ # keep ids alphabetical! see http://pre-commit.com/hooks.html - id: debug-statements files: \.py$ - - id: end-of-file-fixer - files: \.(py|sh)$ - id: flake8 files: \.(py|sh)$ - id: name-tests-test files: tests/.+\.py$ 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 sha: 1.0.4 hooks: