We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad66e08 commit d96aa34Copy full SHA for d96aa34
.travis.yml
@@ -30,7 +30,7 @@ jobs:
30
install: pip install -U .[tests] black pyflakes isort
31
script:
32
- pyflakes .
33
- - black --check .
+ - black --diff --check .
34
- isort --check-only --diff --recursive channels_redis tests
35
36
- stage: release
0 commit comments