Skip to content

Find packages recursively and run mypy on them

Notifications You must be signed in to change notification settings

jceresini/mypy_r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mypy_r

Search the current path recursively for python packages, and run mypy on each package

This was built to be used in CI pipelines, without having to know where the python packages are in the project. Example gitlab-ci template job:

.mypy
  stage: test
  image: python
  script:
    - pip install mypy_r
    - mypy-r --ignore-missing-imports --follow-imports=skip --no-strict-optional

About

Find packages recursively and run mypy on them

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages