mirror of
https://github.com/bics-rug/felice-models.git
synced 2026-03-09 21:03:49 +01:00
Co-authored-by: Aradhana Dube <a.dube@rug.nl> Co-authored-by: Renzo I. Barraza Altamirano <r.i.barraza.altamirano@rug.nl> Co-authored-by: Paolo Gibertini <p.gibertini@rug.nl> Co-authored-by: Luca D. Fehlings <l.d.fehlings@rug.nl>
15 lines
411 B
YAML
15 lines
411 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.14.6
|
|
hooks:
|
|
- id: ruff-check
|
|
args: [ --fix ]
|
|
files: ^(src|scripts|tests)/.*\.(py|ipynb)$
|
|
|
|
- id: ruff-check
|
|
name: Sort imports
|
|
args: [ --select, I, --fix ]
|
|
files: ^(src|scripts|tests)/.*\.(py|ipynb)$
|
|
|
|
- id: ruff-format
|
|
files: ^(src|scripts|tests)/.*\.(py|ipynb)$ |