Skip to content

Commit

Permalink
Update pre-commit mypy (#1037)
Browse files Browse the repository at this point in the history
* update pre-commit mypy

* do not warn unused ignores
  • Loading branch information
bryevdv authored Aug 31, 2023
1 parent a7afb95 commit 2c13393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c13393

Please sign in to comment.