From 297069dec1f7ad2381c24355ba0f3807f88cedee Mon Sep 17 00:00:00 2001 From: bcx Date: Tue, 1 Nov 2022 21:14:20 +0100 Subject: [PATCH] added ci --- .pre-commit-config.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ad8564..0f90806 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,11 @@ +ci: + autofix_commit_msg: | + ci: auto fixes from pre-commit hooks + for more information, see https://pre-commit.ci + autofix_prs: false + autoupdate_commit_msg: 'ci: pre-commit autoupdate' + autoupdate_schedule: monthly + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 @@ -37,8 +45,3 @@ repos: hooks: - id: codespell args: ["--ignore-words-list", "ist, oder, alle"] -# - repo: https://github.com/psf/black -# rev: 21.12b0 -# hooks: -# - id: black -# language_version: python3.7