mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +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]
|
[testenv:black]
|
||||||
commands =
|
commands =
|
||||||
black --check --target-version=py36 .
|
black --check --target-version=py36 .
|
||||||
isort -c -rc .
|
isort -c .
|
||||||
changedir = {toxinidir}
|
changedir = {toxinidir}
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
|
|
Loading…
Reference in a new issue