Skip to content

Commit

Permalink
Eliminate line-too-long warnings in calcfunctions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Jan 2, 2025
1 parent 9dbe164 commit d0aa3bc
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 149 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RECIPE_OPTIONS = --disable=$(RECIPE_IGNORE) --score=no --jobs=4

.PHONY=cstest
cstest:
-pycodestyle . | grep -v validation
-pycodestyle . | grep -v taxcalc/validation
@-pycodestyle --ignore=E501,E121 $(TOPLEVEL_JSON_FILES)
@-pycodestyle --ignore=E501,E121 $(TAXCALC_JSON_FILES)
@-pycodestyle --ignore=E501,E121 $(TESTS_JSON_FILES)
Expand Down
Loading

0 comments on commit d0aa3bc

Please sign in to comment.