diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0d4bac..9154e1e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: rev: v2.2.2 hooks: - id: pycln - - repo: https://github.com/psf/black + - repo: https://github.com/psf/black-pre-commit-mirror rev: 23.7.0 hooks: - id: black @@ -25,3 +25,6 @@ repos: rev: 0.26.3 hooks: - id: check-github-workflows + +ci: + autoupdate_schedule: monthly