Skip to content

Commit

Permalink
Disable mypy checks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcen committed Mar 7, 2024
1 parent eb827ab commit d6526ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ repos:
#- id: sort-simple-yaml
# Trims trailing whitespace.
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: [types-all]
#- repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.8.0
# hooks:
# - id: mypy
# additional_dependencies: [types-all]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.3.0
Expand Down

0 comments on commit d6526ef

Please sign in to comment.