Skip to content

Commit

Permalink
add node_modules to black ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Aug 2, 2024
1 parent a2c9dfe commit c1c5f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ arg =

.PHONY: black
black:
black . -l 80 --skip-string-normalization --exclude ".git|.venv|.tox|env|src|docs|migrations|versioneer.py|_version.py" $(arg)
black . -l 80 --skip-string-normalization --exclude ".git|.venv|.tox|env|src|docs|migrations|node_modules|versioneer.py|_version.py" $(arg)


.PHONY: sync_taskflow
Expand Down

0 comments on commit c1c5f1d

Please sign in to comment.