Added ruff linter and formatter
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m5s

This commit is contained in:
2025-05-28 20:50:10 -05:00
parent 903f190ee2
commit e46f13930d
3 changed files with 31 additions and 0 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format