Skip to content

Commit

Permalink
Removed pre-commit dependency hook
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Apr 20, 2023
1 parent 3d5c253 commit ac6cdd0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,6 @@ repos:
hooks:
- id: interrogate
exclude: test.*
- repo: local
hooks:
- id: check-dependencies
name: check-dependencies
language: python
entry: >
pip-compile -o requirements/prod.txt pyproject.toml;
pip-compile --extra test -o requirements/test.txt pyproject.toml;
pip-compile --extra docs -o requirements/docs.txt pyproject.toml;
pip-compile --extra dev --extra docs --extra test -o requirements/dev.txt pyproject.toml;
files: ^pyproject.toml$
pass_filenames: false
additional_dependencies:
- pip-tools
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
hooks:
Expand Down

0 comments on commit ac6cdd0

Please sign in to comment.