Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 27, 2023
1 parent 71aa487 commit 209ae83
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209ae83

Please sign in to comment.