mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 01:26:53 +03:00
Move flake8 config to setup.cfg
This allows for flake8 to pick it up when running it by itself.
This commit is contained in:
parent
003c304115
commit
89276e6cfc
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user