diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 60fc23f9..b5d4d7fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: ruff name: lint with ruff language: system - entry: ruff check --force-exclude + entry: ruff check --force-exclude --fix types: [python] require_serial: true