Commit 89276e6c by Daniel Hahler

Move flake8 config to setup.cfg

This allows for flake8 to pick it up when running it by itself.
parent 003c3041
......@@ -12,7 +12,7 @@ PYTEST_ARGS = {
'fast': ['tests', '--tb=short', '-q', '-s', '-rw'],
}
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
FLAKE8_ARGS = ['rest_framework', 'tests']
ISORT_ARGS = ['--recursive', '--check-only', '-o' 'uritemplate', '-p', 'tests', 'rest_framework', 'tests']
......
......@@ -3,3 +3,6 @@ universal = 1
[metadata]
license_file = LICENSE.md
[flake8]
ignore = E501
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment