Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Nov 3, 2021
1 parent 24684a7 commit df5ddd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[mypy]
ignore_missing_imports = True
warn_unused_configs = True
warn_redundant_casts = True
warn_unused_ignores = True

[flake8]
ignore = E203, E266, E501, W503, F811, N802
max-line-length = 88
Expand Down

0 comments on commit df5ddd5

Please sign in to comment.