Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Let isort find pyproject.toml by itself
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Feb 22, 2022
1 parent e5ae59e commit 2817132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ commands =

[testenv:check_isort]
extras = lint
commands = isort -c --df --sp setup.cfg {[base]lint_targets}
commands = isort -c --df --sp {[base]lint_targets}

[testenv:check-newsfragment]
skip_install = true
Expand Down

0 comments on commit 2817132

Please sign in to comment.