Skip to content

Commit

Permalink
build: fix black line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Sep 20, 2024
1 parent a9e5d15 commit 12e05e5
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 @@ -17,7 +17,7 @@ clean:

test:
flake8 --max-line-length 90 --ignore=D100,D101,D102,D103,D104,D107,D106,D105,W503,E203 jinja2_humanize_extension
black --check --diff jinja2_humanize_extension
black --line-length 90 --check --diff jinja2_humanize_extension
pylint --errors-only jinja2_humanize_extension
pytest

Expand Down

0 comments on commit 12e05e5

Please sign in to comment.