Skip to content

A repo to illustrate a mypy issue we've been struggling with in a bigger project at work.

Notifications You must be signed in to change notification settings

rsjeffers/mypy_issue_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mypy_issue_poc

A repo to illustrate a mypy issue we've been struggling with in a bigger project at work.

Before running hooks do the following in a clean python environment:

python3 -m pip install mypy
pip install pre-commit
pre-commit install
pre-commit run --all-files

I was expecting an error if we change main.py without changing file1.py as mypy wouldn't see the types of the imports in the pre-commit virtual environment. But this doesn't seem to be the problem.

About

A repo to illustrate a mypy issue we've been struggling with in a bigger project at work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages