Skip to content

Commit

Permalink
ci: fix mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Nov 17, 2021
1 parent e167bf0 commit 83af3d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[mypy]
disallow_incomplete_defs = True
disallow_untyped_defs = True
files = **/*.py
show_error_codes = True
warn_unused_configs = True
files =
**/*.py,
**/*.pyi,

[mypy-tests.*]
check_untyped_defs = True
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ repos:
name: mypy
entry: mypy
language: system
require_serial: true
types:
- python

Expand Down

0 comments on commit 83af3d6

Please sign in to comment.