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 92239b4 commit a568a26Copy full SHA for a568a26
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- pip install codecov
14
- pip install tox
15
- pip install tox-travis
16
- - pip install isort
+ - pip install "isort>=5.0.2"
17
- pip install black
18
script:
19
- isort --check --recursive src tests
0 commit comments