diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11c48e64..27e29225 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,6 +23,14 @@ repos: - id: black language_version: python3.10 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.2.1 + hooks: + # Run the linter. + - id: ruff + # Run the formatter. + - id: ruff-format + - repo: https://github.com/python-poetry/poetry rev: 1.6.1 hooks: