diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 606ee11d..d76d9bf7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,11 @@ +# cspell: disable autoupdate ci: + autoupdate_commit_msg: "chore: pre-commit autoupdate" + autoupdate_schedule: monthly + autofix_commit_msg: | + chore: auto fixes from pre-commit.com hooks + + for more information, see https://pre-commit.ci skip: # These will not run on pre-commit.ci due to required network access: - ansible-test-sanity @@ -30,7 +37,7 @@ repos: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/pycqa/pylint