Skip to content

Commit ac6cdd0

Browse files
committed
Removed pre-commit dependency hook
1 parent 3d5c253 commit ac6cdd0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.pre-commit-config.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,6 @@ repos:
5858
hooks:
5959
- id: interrogate
6060
exclude: test.*
61-
- repo: local
62-
hooks:
63-
- id: check-dependencies
64-
name: check-dependencies
65-
language: python
66-
entry: >
67-
pip-compile -o requirements/prod.txt pyproject.toml;
68-
pip-compile --extra test -o requirements/test.txt pyproject.toml;
69-
pip-compile --extra docs -o requirements/docs.txt pyproject.toml;
70-
pip-compile --extra dev --extra docs --extra test -o requirements/dev.txt pyproject.toml;
71-
files: ^pyproject.toml$
72-
pass_filenames: false
73-
additional_dependencies:
74-
- pip-tools
7561
- repo: https://github.com/python-jsonschema/check-jsonschema
7662
rev: 0.22.0
7763
hooks:

0 commit comments

Comments
 (0)