mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
add ruff format to pre-commit hooks
This commit is contained in:
parent
73b79b9e0b
commit
f5033cafef
1 changed files with 8 additions and 0 deletions
|
|
@ -48,3 +48,11 @@ repos:
|
|||
- id: pyupgrade
|
||||
name: pyupgrade
|
||||
args: [--py312-plus]
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.15.6
|
||||
hooks:
|
||||
# uncomment after linting initially passes
|
||||
# - id: ruff-check
|
||||
# args: [ --fix ]
|
||||
- id: ruff-format
|
||||
|
|
|
|||
Loading…
Reference in a new issue