diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ab59be..55c2998 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,3 +11,9 @@ repos: - id: ruff # formatter - id: ruff-format + +# Enable https://pre-commit.ci/ with all defaults. Need that because +# https://github.com/dependabot/dependabot-core/issues/1524, aww man! +ci: + autofix_commit_msg: | + [pre-commit.ci] auto fixes from pre-commit.com hooks