We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c6f13 commit ea83c74Copy full SHA for ea83c74
.pre-commit-config.yaml
@@ -15,6 +15,10 @@ repos:
15
args:
16
- --autofix
17
- id: trailing-whitespace
18
+- repo: https://github.com/mgedmin/check-manifest
19
+ rev: "0.49"
20
+ hooks:
21
+ - id: check-manifest
22
- repo: https://github.com/psf/black
23
rev: 23.7.0
24
hooks:
MANIFEST.in
@@ -6,6 +6,8 @@ include CONTRIBUTING.md
6
7
include codecov.yml
8
include tox.ini
9
+include .pre-commit-config.yaml
10
+include .ruff.toml
11
12
recursive-include docs *.md *.svg
13
0 commit comments