Skip to content

Commit b15cf68

Browse files
committed
ci: require 10/10 pyroma score
Add `--min 10` to cause pyroma to exit with a non-zero code if the score is not 10/10. Signed-off-by: Kevin Locke <[email protected]>
1 parent 1031962 commit b15cf68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ commands =
4545
pylint docs setup.py src/packagename tests
4646
isort --check --diff .
4747
bandit -c pyproject.toml -f txt -r .
48-
pyroma .
48+
pyroma --min 10 .
4949
vulture --exclude */docs/*,*/tests/*,*/.tox/*,*/.venv*/* .
5050
black --check --diff .

0 commit comments

Comments
 (0)