tests: add base tests
This commit is contained in:
parent
4c534de47b
commit
9893d36be3
23 changed files with 353 additions and 206 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue