mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Only lint the daphne and tests directories
This commit is contained in:
parent
0ed6294406
commit
460bdf64db
|
@ -36,8 +36,8 @@ jobs:
|
||||||
- stage: lint
|
- stage: lint
|
||||||
install: pip install -U -e .[tests] black pyflakes isort
|
install: pip install -U -e .[tests] black pyflakes isort
|
||||||
script:
|
script:
|
||||||
- pyflakes .
|
- pyflakes daphne tests
|
||||||
- black --check .
|
- black --check daphne tests
|
||||||
- isort --check-only --diff --recursive channels_redis tests
|
- isort --check-only --diff --recursive channels_redis tests
|
||||||
|
|
||||||
- stage: release
|
- stage: release
|
||||||
|
|
Loading…
Reference in New Issue
Block a user