code quality in place

This commit is contained in:
counterweight 2025-12-21 22:12:43 +01:00
parent d55382d16f
commit d2fc802ef9
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -18,6 +18,13 @@ repos:
- repo: local - repo: local
hooks: hooks:
- id: mypy
name: mypy
entry: bash -c 'cd backend && uv run mypy .'
language: system
files: ^backend/.*\.py$
pass_filenames: false
- id: eslint - id: eslint
name: ESLint name: ESLint
entry: npm run lint --prefix frontend entry: npm run lint --prefix frontend