Skip to content

Commit 1f90941

Browse files
Make isort compatible with black
1 parent ab8fd22 commit 1f90941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deps =
1111
pyright==1.1.325
1212
pytest==7.4.2
1313
commands =
14-
isort . --check --diff
14+
isort . --profile=black
1515
black . --check --diff
1616
flake8 .
1717
mypy .

0 commit comments

Comments
 (0)