GPy/.pre-commit-config.yaml

12 lines
270 B
YAML
Raw Normal View History

2024-10-27 13:57:41 +01:00
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.1
hooks:
# Run the linter.
- id: ruff
types_or: [ python, pyi ]
args: [ --fix ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi ]