Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a get_additional_deps hook to Plugin to support django-stubs #6598

Merged
merged 3 commits into from Mar 29, 2019

Commits on Mar 27, 2019

  1. Add a get_additional_deps hook to Plugin to support django-stubs

    django-stubs needs to be able to add in additional dependencies to
    modules and is currently using monkeypatching to do it.
    
    That is 1) not great and 2) breaks under mypyc.
    Add a hook to support generating additional dependencies from a plugin.
    msullivan committed Mar 27, 2019
    Copy the full SHA
    598c9bf View commit details
    Browse the repository at this point in the history
  2. add in a test file

    msullivan committed Mar 27, 2019
    Copy the full SHA
    b8f0036 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. some tweaks

    msullivan committed Mar 28, 2019
    Copy the full SHA
    66737f1 View commit details
    Browse the repository at this point in the history