Merge pull request #4268 from minrk/pre-commit-monthly

pre-commit: autoupdate monthly
This commit is contained in:
Erik Sundell
2022-12-15 16:33:39 +01:00
committed by GitHub

View File

@@ -8,6 +8,11 @@
# - Run on all files: pre-commit run --all-files
# - Register git hooks: pre-commit install --install-hooks
#
ci:
# pre-commit.ci will open PRs updating our hooks once a month
autoupdate_schedule: monthly
repos:
# Autoformat: Python code, syntax patterns are modernized
- repo: https://github.com/asottile/pyupgrade