Skip to content

Commit

Permalink
removed mypy checks
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 24, 2024
1 parent c7d8a7b commit a0ae0c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ repos:
hooks:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
hooks:
- id: mypy
files: nc_py_api/
additional_dependencies: [pytest]

- repo: local
hooks:
- id: pylint
Expand Down
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,3 @@ exclude_lines = [
"DeprecationWarning",
"DEPRECATED",
]

[tool.mypy]
ignore_missing_imports = false
warn_unreachable = true
warn_no_return = true
strict_optional = true
check_untyped_defs = true
show_error_codes = true

0 comments on commit a0ae0c2

Please sign in to comment.