Skip to content

Commit e208c28

Browse files
committed
fix pc.
1 parent bd2139a commit e208c28

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,13 @@ repos:
7878
rev: 1.5.0
7979
hooks:
8080
- id: interrogate
81-
args: [-v, --fail-under=40, "{{cookiecutter.project_slug}}"]
81+
args: [
82+
-v,
83+
--fail-under=40,
84+
--config,
85+
pyproject.toml,
86+
"{{cookiecutter.project_slug}}"
87+
]
8288
pass_filenames: false
8389
- repo: https://github.com/codespell-project/codespell
8490
rev: v2.1.0

0 commit comments

Comments
 (0)