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