mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-02 21:19:13 +00:00
chore: add ruff pre-commit hook
This commit is contained in:
8
backend/.pre-commit-config.yaml
Normal file
8
backend/.pre-commit-config.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.12.3
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [ --fix ]
|
||||
- id: ruff-format
|
||||
Reference in New Issue
Block a user