Skip to content

Commit 891792e

Browse files
committed
enabled MANIFEST check
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent 04c8da4 commit 891792e

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ repos:
4242
files: nc_py_api/
4343
additional_dependencies: [pytest]
4444

45-
#- repo: https://github.com/mgedmin/check-manifest
46-
# rev: "0.49"
47-
# hooks:
48-
# - id: check-manifest
49-
# args: [--no-build-isolation]
45+
- repo: https://github.com/mgedmin/check-manifest
46+
rev: "0.49"
47+
hooks:
48+
- id: check-manifest
49+
args: [--no-build-isolation]
5050

5151
- repo: local
5252
hooks:

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ include README.md
33
include CHANGELOG.md
44
include pyproject.toml
55

6-
exclude *.yaml *.yml
6+
exclude *.yaml *.yml Makefile
77

88
recursive-exclude * *.yaml *.yml
99

1010
prune docker
1111
prune tests
12+
prune docs
13+
prune examples
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)