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 9c5ea7e commit 08285e2Copy full SHA for 08285e2
tox.ini
@@ -20,7 +20,7 @@ deps =
20
commands =
21
poetry install -q
22
poetry run flake8
23
- poetry run isort --check-only
+ poetry run isort --check-only --diff
24
25
[flake8]
26
ignore = C901,W503
0 commit comments