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 7e3a850 commit 3de6d53Copy full SHA for 3de6d53
.travis.yml
@@ -17,7 +17,7 @@ jobs:
17
script: |
18
set -e
19
pytest
20
- - name: "run test suite with python 3.7"
+ - name: "run test suite with python 3.8"
21
python: 3.8
22
23
setup.cfg
@@ -1,4 +1,4 @@
1
[isort]
2
include_trailing_comma = true
3
-multi_line_output = 5
+multi_line_output = 3
4
wrap_length = 120
0 commit comments