Skip to content

Commit c5c7d2e

Browse files
committed
remove mypy checks for now
1 parent 2610a9e commit c5c7d2e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ repos:
4848
args: ["--fix", "--show-fixes"]
4949
- id: ruff-format
5050

51-
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.15.0"
53-
hooks:
54-
- id: mypy
55-
files: src|tests
56-
args: []
57-
additional_dependencies:
58-
- pytest
51+
# TODO: enforce type checking in new PR
52+
#- repo: https://github.com/pre-commit/mirrors-mypy
53+
# rev: "v1.15.0"
54+
# hooks:
55+
# - id: mypy
56+
# files: src|tests
57+
# args: []
58+
# additional_dependencies:
59+
# - pytest
5960

6061
- repo: https://github.com/codespell-project/codespell
6162
rev: "v2.4.1"

0 commit comments

Comments
 (0)