Run unit test upon committing new code
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m3s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m3s
This commit is contained in:
@@ -4,4 +4,13 @@ repos:
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
- id: ruff-format
|
||||
- id: ruff-format
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pytest-check
|
||||
name: pytest-check
|
||||
entry: pytest
|
||||
language: system
|
||||
pass_filenames: false
|
||||
always_run: true
|
||||
Reference in New Issue
Block a user