diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbf59d81e..fc70c9f6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,6 +46,7 @@ repos: types: [text] stages: [commit, push, manual] - id: ruff + args: [ --fix ] files: ^spiffworkflow-backend/ name: ruff entry: ruff