mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-16 19:41:06 +03:00
Restrict isort to rest_framework and tests directories
This commit is contained in:
parent
d979dc6522
commit
a03b89f326
|
@ -14,7 +14,7 @@ PYTEST_ARGS = {
|
|||
|
||||
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
|
||||
|
||||
ISORT_ARGS = ['--recursive', '--check-only', '.']
|
||||
ISORT_ARGS = ['--recursive', '--check-only', 'rest_framework', 'tests']
|
||||
|
||||
sys.path.append(os.path.dirname(__file__))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user