mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36: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
|
||||
install: pip install -U -e .[tests] black pyflakes isort
|
||||
script:
|
||||
- pyflakes .
|
||||
- black --check .
|
||||
- pyflakes daphne tests
|
||||
- black --check daphne tests
|
||||
- isort --check-only --diff --recursive channels_redis tests
|
||||
|
||||
- stage: release
|
||||
|
|
Loading…
Reference in New Issue
Block a user