Skip to content

Commit

Permalink
chore: move mypy config to setup.cfg (#256)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>

Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Sep 4, 2022
1 parent a065c04 commit bb96e10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mypy.ini

This file was deleted.

6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ max-complexity = 15

[tool:isort]
profile = black

[mypy]
ignore_missing_imports = true
show_error_codes = true
warn_unused_ignores = true
disable_error_code = attr-defined

0 comments on commit bb96e10

Please sign in to comment.