Skip to content

Commit

Permalink
Merge pull request #36 from benjaoming/clear-cache
Browse files Browse the repository at this point in the history
Clear cache
  • Loading branch information
benjaoming authored Jun 16, 2017
2 parents de7b9c3 + 17bcaec commit 80f5965
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 259 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: 97b88d9610bcc03982ddac33caba98bb2b751f5f
hooks:
- id: trailing-whitespace
- id: flake8
args:
- --exclude=*/*migrations/*, testproject/testproject/settings/*
- id: check-added-large-files
- id: debug-statements
- id: end-of-file-fixer
- repo: git://github.com/FalconSocial/pre-commit-python-sorter
sha: d044ff27300a6dc8b1a56cd22552e3a810dc6f49
hooks:
- id: python-import-sorter
args:
- --silent-overwrite
Loading

0 comments on commit 80f5965

Please sign in to comment.