From 5d77b8523a371955d86f9ddaf4005082774e6bf2 Mon Sep 17 00:00:00 2001 From: Steve Schmerler Date: Sun, 18 Feb 2024 19:03:34 +0100 Subject: [PATCH] BLD: enable pre-commit.ci --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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