Skip to content

Commit

Permalink
tox.ini improved for black for better ignore operation
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd authored and jameshawkes committed Dec 15, 2023
1 parent 4b50f33 commit 061e895
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 @@ -26,5 +26,5 @@ deps =
flake8
commands =
isort --check .
black --check --exclude /venv/ --exclude .* .
black --check --exclude='/(\..*|venv)/' .
flake8 .

0 comments on commit 061e895

Please sign in to comment.