Skip to content

Commit

Permalink
Add mypy config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed May 28, 2024
1 parent 917acae commit 7fd2422
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Global options:

[mypy]
ignore_missing_imports = True
follow_imports = silent
strict = True
warn_redundant_casts = False
warn_unused_ignores = False
packages = nion.eels_analysis, nionswift_plugin.nion_eels_analysis
exclude = /test

0 comments on commit 7fd2422

Please sign in to comment.