Skip to content

Commit

Permalink
Merge pull request cylc#85 from MetRonnie/mypy
Browse files Browse the repository at this point in the history
Add py.typed file and improve mypy config
  • Loading branch information
wxtim authored Sep 9, 2021
2 parents 9cd5448 + b4f08f0 commit 8577a4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file added cylc/rose/py.typed
Empty file.
4 changes: 4 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ files = cylc/rose
# Needed for associating "import foo.bar" with foo/bar.py
namespace_packages = True
explicit_package_bases = True

allow_redefinition = True
strict_equality = True
show_error_codes = True

0 comments on commit 8577a4b

Please sign in to comment.