We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0717022 commit d1b498cCopy full SHA for d1b498c
.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