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 authored Aug 27, 2023
1 parent 9e180e7 commit 8963c59
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,4 +34,6 @@ repos:
hooks:
- id: check-dependabot
- id: check-github-actions
verbose: true
- id: check-github-workflows
verbose: true

0 comments on commit 8963c59

Please sign in to comment.