We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2610a9e commit c5c7d2eCopy full SHA for c5c7d2e
.pre-commit-config.yaml
@@ -48,14 +48,15 @@ repos:
48
args: ["--fix", "--show-fixes"]
49
- id: ruff-format
50
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
+ # TODO: enforce type checking in new PR
+ #- repo: https://github.com/pre-commit/mirrors-mypy
+ # rev: "v1.15.0"
+ # hooks:
+ # - id: mypy
+ # files: src|tests
+ # args: []
+ # additional_dependencies:
59
+ # - pytest
60
61
- repo: https://github.com/codespell-project/codespell
62
rev: "v2.4.1"
0 commit comments