diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c5451198..1b637e8ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.4.1' + rev: 'v1.5.1' hooks: - id: mypy language: system diff --git a/pyproject.toml b/pyproject.toml index 73ebc13c8..04c31fb7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ no_implicit_optional = true strict_optional = true warn_redundant_casts = true -warn_unused_ignores = true +warn_unused_ignores = false warn_no_return = true warn_return_any = false warn_unreachable = true