Skip to content

Commit

Permalink
Merge pull request #528 from swarajpande5/fix
Browse files Browse the repository at this point in the history
Skip codespell of `venv` by adding `--skip` in the command
  • Loading branch information
ericcurtin authored Dec 30, 2024
2 parents 15ff34c + 19e3858 commit a72b3ab
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 @@ -93,7 +93,7 @@ lint:

.PHONY: codespell
codespell:
codespell --dictionary=- -w
codespell --dictionary=- -w --skip="*/venv*"

.PHONY: test-run
test-run:
Expand Down

0 comments on commit a72b3ab

Please sign in to comment.