mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 00:56:34 +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
|
[flake8]
|
||||||
[run]
|
max-line-length = 120
|
||||||
|
exclude = docs/*,demo/*
|
||||||
|
ignore = F403
|
||||||
|
|
||||||
|
|
||||||
|
[coverage:run]
|
||||||
omit=*site-packages*,*distutils*,*migrations*
|
omit=*site-packages*,*distutils*,*migrations*
|
||||||
|
|
||||||
[report]
|
[coverage:report]
|
||||||
# Regexes for lines to exclude from consideration
|
# Regexes for lines to exclude from consideration
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
# Have to re-enable the standard pragma
|
# Have to re-enable the standard pragma
|
||||||
|
@ -22,5 +27,5 @@ exclude_lines =
|
||||||
|
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
|
||||||
[html]
|
[coverage:html]
|
||||||
directory = coverage_html
|
directory = coverage_html
|
Loading…
Reference in New Issue
Block a user