Exclude vendored code from style checks

This commit is contained in:
Raphael Michel
2015-03-22 00:09:50 +01:00
parent e774c7b7d5
commit 278a680d7c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[run]
source = pretix
omit = */migrations/*,*/urls.py,*/tests/*,*/testdummy/*,*/admin.py
omit = */migrations/*,*/urls.py,*/tests/*,*/testdummy/*,*/admin.py,*/mt940.py
[report]
exclude_lines =