diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d50ff88..8a1ce87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,3 +48,11 @@ repos: - id: pyupgrade name: pyupgrade args: [--py312-plus] + + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.15.6 + hooks: + # uncomment after linting initially passes + # - id: ruff-check + # args: [ --fix ] + - id: ruff-format