Skip to content

Commit 8d235a5

Browse files
committed
Fix CI checks
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 43f5287 commit 8d235a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dev:
2424

2525
doc8:
2626
@echo "-> Run doc8 validation"
27-
@${ACTIVATE} doc8 --config pyproject.toml --quiet docs/ *.rst
27+
@${ACTIVATE} doc8 --config pyproject.toml --max-line-length 100 docs/ *.rst
2828

2929
valid:
3030
@echo "-> Run Ruff format"

0 commit comments

Comments
 (0)