Skip to content

Commit a0ae0c2

Browse files
committed
removed mypy checks
Signed-off-by: Alexander Piskun <[email protected]>
1 parent c7d8a7b commit a0ae0c2

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ repos:
4545
hooks:
4646
- id: ruff
4747

48-
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.12.1
50-
hooks:
51-
- id: mypy
52-
files: nc_py_api/
53-
additional_dependencies: [pytest]
54-
5548
- repo: local
5649
hooks:
5750
- id: pylint

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,3 @@ exclude_lines = [
248248
"DeprecationWarning",
249249
"DEPRECATED",
250250
]
251-
252-
[tool.mypy]
253-
ignore_missing_imports = false
254-
warn_unreachable = true
255-
warn_no_return = true
256-
strict_optional = true
257-
check_untyped_defs = true
258-
show_error_codes = true

0 commit comments

Comments
 (0)