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 committed Dec 14, 2023
1 parent d990be5 commit 987e8f4
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 987e8f4

Please sign in to comment.