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 e59bda7 commit 2029a43Copy full SHA for 2029a43
.github/workflows/test.yml
@@ -48,4 +48,4 @@ jobs:
48
run: |
49
mypy .
50
black --check pytest_mypy_plugins setup.py
51
- isort --profile=black --check --diff .
+ isort --check --diff .
pyproject.toml
@@ -1,2 +1,7 @@
1
[tool.black]
2
line-length = 120
3
+
4
+[tool.isort]
5
+include_trailing_comma = true
6
+multi_line_output = 3
7
+profile = "black"
setup.cfg
0 commit comments