mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-05-09 16:14:51 +00:00
add ruff format to pre-commit hooks
This commit is contained in:
parent
a0d049cff1
commit
938ff74f1b
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