diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 260d0204..37212c4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,12 @@ repos: name: "๐Ÿ”’ security ยท Detect hardcoded secrets" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.1 + rev: v0.14.10 hooks: + - id: ruff-format + name: "๐Ÿ python ยท Formatter with Ruff" + types_or: [ python, pyi ] + args: [ --config, './pyproject.toml' ] - id: ruff-check name: "๐Ÿ python ยท Linter with Ruff" types_or: [ python, pyi ]