From 2b61a84a9d8cb0cf90ede1247201003bd5b3abea Mon Sep 17 00:00:00 2001 From: Slavina S <3056639+blancadesal@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:20:17 +0100 Subject: [PATCH] update .pre-commit-config.yaml --- .pre-commit-config.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e134380..c2691f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,6 @@ +--- ci: - autofix_commit_msg: | - [pre-commit.ci] auto fixes from pre-commit.com hooks - - for more information, see https://pre-commit.ci - autofix_prs: true - autoupdate_branch: '' - autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' - autoupdate_schedule: weekly - skip: [] - submodules: false + autoupdate_schedule: monthly repos: - repo: https://github.com/astral-sh/ruff-pre-commit @@ -16,7 +8,7 @@ repos: hooks: # Run the linter. - id: ruff - args: [ --fix ] + args: [ --fix --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy