forked from CGM_Public/pretix_original
Exclude vendored code from style checks
This commit is contained in:
@@ -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 =
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[flake8]
|
||||
ignore = N802,W503
|
||||
max-line-length = 160
|
||||
exclude = migrations,.ropeproject,static
|
||||
exclude = migrations,.ropeproject,static,mt940.py
|
||||
max-complexity = 12
|
||||
|
||||
Reference in New Issue
Block a user