mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-21 16:46:33 +03:00
Merge tools configs into setup.cfg
This commit is contained in:
parent
033ee8f483
commit
f0941b4cc2
4
flake8
4
flake8
|
@ -1,4 +0,0 @@
|
|||
[flake8]
|
||||
max-line-length = 120
|
||||
exclude = docs/*,demo/*
|
||||
ignore = F403
|
|
@ -1,8 +1,13 @@
|
|||
# .coveragerc to control coverage.py
|
||||
[run]
|
||||
[flake8]
|
||||
max-line-length = 120
|
||||
exclude = docs/*,demo/*
|
||||
ignore = F403
|
||||
|
||||
|
||||
[coverage:run]
|
||||
omit=*site-packages*,*distutils*,*migrations*
|
||||
|
||||
[report]
|
||||
[coverage:report]
|
||||
# Regexes for lines to exclude from consideration
|
||||
exclude_lines =
|
||||
# Have to re-enable the standard pragma
|
||||
|
@ -22,5 +27,5 @@ exclude_lines =
|
|||
|
||||
ignore_errors = True
|
||||
|
||||
[html]
|
||||
directory = coverage_html
|
||||
[coverage:html]
|
||||
directory = coverage_html
|
Loading…
Reference in New Issue
Block a user