From 45dc5ddc0a9a9b2557e7d0820e49048b87e4105c Mon Sep 17 00:00:00 2001 From: "alex.oleshkevich" Date: Mon, 7 Oct 2024 23:28:56 +0200 Subject: [PATCH] debug pre-commit --- .pre-commit-config.yaml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76d7d9c..58b33e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_stages: [ pre-commit ] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-yaml - id: check-case-conflict @@ -16,31 +16,6 @@ repos: - id: end-of-file-fixer - id: check-yaml - - repo: https://github.com/pycqa/bandit - rev: 1.7.7 - hooks: - - id: bandit - exclude: "test_*" - args: ["-iii", "-ll", "-s=B308,B703", "-q"] - - - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 - hooks: - - id: blacken-docs - additional_dependencies: [black] - - - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' - hooks: - - id: mypy - args: [ --config-file, pyproject.toml ] - - - repo: https://github.com/myint/docformatter.git - rev: v1.7.5 - hooks: - - id: docformatter - args: [ '--in-place', '--wrap-summaries=120', '--wrap-descriptions=120', '--pre-summary-newline' ] - - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.3.0 hooks: