Skip to content

Commit

Permalink
fix: temporarily disable pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 27, 2023
1 parent fdc8d7f commit b4d7658
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 @@ -15,8 +15,8 @@ repos:
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
hooks:
- id: mypy
additional_dependencies: [types-all]
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v0.971
# hooks:
# - id: mypy
# additional_dependencies: [types-all]

0 comments on commit b4d7658

Please sign in to comment.