Skip to content

Commit

Permalink
Missing docstrformat doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
josiah-wolf-oberholtzer committed Jan 15, 2024
1 parent 4cdc8ae commit adcaefa
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 @@ -36,7 +36,7 @@ docs-clean: ## Build documentation from scratch
make -C docs/ clean html

docstrfmt: ## Reformat via docstrfmt
docstrfmt --no-docstring-trailing-line supriya/
docstrfmt --no-docstring-trailing-line supriya/ || true

docstrfmt-check: ## Check docstring syntax via docstrfmt
docstrfmt --check --no-docstring-trailing-line supriya/
Expand Down

0 comments on commit adcaefa

Please sign in to comment.