Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ repos:
hooks:
- id: tox-ini-fmt

- repo: https://github.com/regebro/pyroma
rev: 5.0.1
hooks:
- id: pyroma
additional_dependencies: [check-manifest]
stages: [manual]

- repo: meta
hooks:
- id: check-hooks-apply
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ release-test:
python3 -m pytest Tests
python3 -m pip install .
python3 -m pytest -qq
python3 -m check_manifest
python3 -m pyroma .
$(MAKE) readme

Expand Down
55 changes: 0 additions & 55 deletions Tests/test_pyroma.py

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pass_env =
PREK_COLOR
commands =
prek run --all-files --show-diff-on-failure
check-manifest
prek run --all-files --show-diff-on-failure pyroma

[testenv:mypy]
skip_install = true
Expand Down
Loading