diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c495506..6f804c41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.12.2 hooks: - - id: ruff + - id: ruff-check args: ['--ignore=E741,E501', '--extend-exclude=subprojects', '.'] - id: ruff-format args: ['--check', '--diff']