diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a1877ce..aa023cb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 850c5006..5e34eb32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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