From 8963c59a5b25a6c8f1248f5b5caefbebc995e79a Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 26 Aug 2023 19:19:16 -0700 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97bcc1d..9ec8ffc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,15 +23,6 @@ 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 ] - - # enforcing the use of new python syntax with pyupgrade - repo: https://github.com/asottile/pyupgrade rev: v3.9.0 @@ -43,4 +34,6 @@ repos: hooks: - id: check-dependabot - id: check-github-actions + verbose: true - id: check-github-workflows + verbose: true