Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,15 @@ repos:
)

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.3.0
rev: 2.4.3
hooks:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
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