mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 11:04:02 +03:00
Merge pull request #5139 from blueyed/flake8-config
Move flake8 config to setup.cfg
This commit is contained in:
commit
25f65ab96b
|
@ -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