mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Remove obsolete isort flags (#740)
This commit is contained in:
parent
400149bad1
commit
3796076413
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -23,7 +23,7 @@ changedir = {toxinidir}
|
|||
[testenv:black]
|
||||
commands =
|
||||
black --check --target-version=py36 .
|
||||
isort -c -rc .
|
||||
isort -c .
|
||||
changedir = {toxinidir}
|
||||
|
||||
[testenv:flake8]
|
||||
|
|
Loading…
Reference in a new issue