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:
Max Gautier
2024-05-21 21:31:32 +02:00
parent 0e449ca75e
commit 77bfb53455
5 changed files with 26 additions and 36 deletions

View File

@ -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