forked from TrueCloudLab/frostfs-testcases
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 <v.domnich@yadro.com>
This commit is contained in:
parent
bf2f638618
commit
a7817304d5
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort (python)
|
name: isort (python)
|
||||||
|
|
||||||
|
ci:
|
||||||
|
autofix_prs: false
|
||||||
|
autoupdate_schedule: quarterly
|
||||||
|
|
Loading…
Reference in a new issue