Skip to content

Commit

Permalink
Use pyproject.toml with isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Nov 4, 2022
1 parent b75352e commit 320438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/check_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ conda activate checks
set +e

# Run isort and get results/return code
ISORT=$(isort --check-only python --settings-path=python/setup.cfg)
ISORT=$(isort --check-only python --settings-path=python/pyproject.toml)
ISORT_RETVAL=$?

# Run black and get results/return code
Expand Down

0 comments on commit 320438d

Please sign in to comment.