diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d773af3e1..50ee3ec17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,11 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + - repo: local hooks: - - id: ruff-format + - id: format + name: Format + entry: poe format + language: system + files: '.*.py' + pass_filenames: true