diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b9e57085..5840a324e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,10 @@ --- exclude: ^(\.[^/]*cache(__)?/.*|(.*/)?\.coverage)$ +ci: + autofix_commit_msg: '[pre-commit.ci] auto fixes from pre-commit.com hooks' + autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' + autoupdate_schedule: weekly + skip: [pylint] repos: - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.5.6