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 24d6e24 commit b7e3f56Copy full SHA for b7e3f56
.travis.yml
@@ -17,7 +17,7 @@ install:
17
script:
18
- codecov --version
19
- tox
20
- - isort --check src tests
+ - isort -sl --check src tests
21
- black --check src tests
22
after_success:
23
- codecov
0 commit comments