From 209ae83e3ba19153c27ccf950d6a4e4697fb6fe5 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 26 Aug 2023 19:16:01 -0700 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24fdb3a..817c24f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,18 +23,10 @@ repos: - id: markdownlint-fix args: [ "--ignore", "book/**/*.md" ] -# - repo: 'https://github.com/pre-commit/mirrors-mypy' -# rev: v1.4.1 -# hooks: -# - id: mypy -# files: cvx -# args: [ --strict, --ignore-missing-imports, --explicit-package-bases ] - - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.26.1 hooks: - id: check-dependabot - - id: check-github-actions - id: check-github-workflows - repo: https://github.com/python-poetry/poetry