-
Karel van Klink authoredKarel van Klink authored
.pre-commit-config.yaml 278 B
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.15
hooks:
# Run the linter.
- id: ruff
args:
- --fix
- --preview
- --ignore=PLR0917,PLR0914
- --extend-exclude=test/*