From a7817304d5f55e9df2a56f14fe7e8a456e0bf3de Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Tue, 8 Nov 2022 09:10:34 +0300 Subject: [PATCH] Disable pre-commit CI interventions Disable automatic setting for auto-fixing PRs, we want pre-commit to be triggered on commits locally. Interventions in PRs are annoying. Auto-update schedule is set to quarterly, as it takes manual action to update tools versions in requirements.txt and it would be too annoying to do that every week. Signed-off-by: Vladimir Domnich --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad9846a..7f89c72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,7 @@ repos: hooks: - id: isort name: isort (python) + +ci: + autofix_prs: false + autoupdate_schedule: quarterly