Skip to content

Commit 2029a43

Browse files
authored
Move isort config to pyproject.toml and add black profile (#90)
1 parent e59bda7 commit 2029a43

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: |
4949
mypy .
5050
black --check pytest_mypy_plugins setup.py
51-
isort --profile=black --check --diff .
51+
isort --check --diff .

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[tool.black]
22
line-length = 120
3+
4+
[tool.isort]
5+
include_trailing_comma = true
6+
multi_line_output = 3
7+
profile = "black"

setup.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)