Skip to content

Commit

Permalink
Merge pull request #2 from parithosh/remove-whitespace
Browse files Browse the repository at this point in the history
ignore venv folder
  • Loading branch information
parithosh authored Jul 11, 2022
2 parents ec798a3 + b2520f9 commit fbc21d4
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 @@ -129,7 +129,7 @@ check_toc: $(MARKDOWN_FILES:=.toc)
rm $*.tmp

codespell:
codespell . --skip ./.git -I .codespell-whitelist
codespell . --skip "./.git,./venv" -I .codespell-whitelist

# TODO: add future protocol upgrade patch packages to linting.
# NOTE: we use `pylint` just for catching unused arguments in spec code
Expand Down

0 comments on commit fbc21d4

Please sign in to comment.