1 parent 94fe30b commit b0ab3f7Copy full SHA for b0ab3f7
1 file changed
Makefile
@@ -61,5 +61,7 @@ doc-clean:
61
rm -rf doc/_build
62
63
.PHONY: changes
64
-changes:
+changes: venv
65
.venv/bin/reno report --output CHANGES.rst --no-show-source
66
+ poetry run pre-commit run --files CHANGES.rst || true
67
+ poetry run pre-commit run --files CHANGES.rst
0 commit comments