diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57868be..d4e9e92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,4 +11,11 @@ repos: - id: isort name: isort (Python) + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.6.9 + hooks: + - id: ruff + args: [ --fix ] + - id: ruff-format + # vim:ts=2:sw=2:et