Skip to content

Commit ea83c74

Browse files
committed
chore: add check-manifest pre-commit
1 parent 93c6f13 commit ea83c74

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ repos:
1515
args:
1616
- --autofix
1717
- id: trailing-whitespace
18+
- repo: https://github.com/mgedmin/check-manifest
19+
rev: "0.49"
20+
hooks:
21+
- id: check-manifest
1822
- repo: https://github.com/psf/black
1923
rev: 23.7.0
2024
hooks:

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include CONTRIBUTING.md
66

77
include codecov.yml
88
include tox.ini
9+
include .pre-commit-config.yaml
10+
include .ruff.toml
911

1012
recursive-include docs *.md *.svg
1113

0 commit comments

Comments
 (0)