tests: add base tests

This commit is contained in:
cătălin 2024-12-18 18:27:46 +01:00
commit 9893d36be3
No known key found for this signature in database
23 changed files with 353 additions and 206 deletions

View file

@ -18,7 +18,6 @@ repos:
- id: mixed-line-ending
args: [ --fix=lf ]
- repo: local
hooks:
@ -34,7 +33,7 @@ repos:
- html
- id: ruff-format
name: ruff format
name: uv run ruff format
language: system
entry: ruff format .
exclude: LICENSE|charts
@ -47,7 +46,7 @@ repos:
- id: ruff-check
name: ruff check
language: system
entry: ruff check . --fix --exit-non-zero-on-fix
entry: uv run ruff check . --fix --exit-non-zero-on-fix
exclude: LICENSE|charts
exclude_types:
- markdown