Fix ci-matrix pre-commit hook
- Remove dependency of pydblite which fails to setup on recent pythons - Discard shell script and put everything into pre-commit
This commit is contained in:
@ -77,9 +77,13 @@ repos:
|
||||
|
||||
- id: ci-matrix
|
||||
name: ci-matrix
|
||||
entry: tests/scripts/md-table/test.sh
|
||||
language: script
|
||||
entry: tests/scripts/md-table/main.py
|
||||
language: python
|
||||
pass_filenames: false
|
||||
additional_dependencies:
|
||||
- jinja2
|
||||
- pathlib
|
||||
- pyaml
|
||||
|
||||
- id: jinja-syntax-check
|
||||
name: jinja-syntax-check
|
||||
|
Reference in New Issue
Block a user