-
Seems it tried to build before `retype-feedstock` was done.
-
Add support for listing the unique set of modules for which we have traces.
Sample usage:
```
> monkeytype list-modules
bar
baz
jaz
```
-
```
git clone https://github.com/celery/celery
cd celery/
python setup.py test # for quick install of test dependencies
monkeytype run setup.py test
```
```
Failed collecting trace
Traceback…
-
Use Case: For projects with many tests and/or long-running tests it can take an extreme amount of time to generate all the traces serially. Pytest-xdist can be used to run tests in parallel processe…
-
Hi,
I'm getting errors like:
Module 'module.factory' has no attribute 'Class1_Class2' where the factory module is binding a custom class inherited from Class1 and Class2.
All of the traces are…
-
I have searched many pages and read MokeyType's Doc, such as:
https://engineering.instagram.com/let-your-code-type-hint-itself-introducing-open-source-monkeytype-a855c7284881
http://monkeytype.re…
-
Go to https://engineering.instagram.com/let-your-code-type-hint-itself-introducing-open-source-monkeytype-a855c7284881
Link to Github is rendering incorrect. Underline is made with linear-gradient.
…
-
$ monkeytype run
Traceback (most recent call last):
File "/usr/local/bin/monkeytype", line 7, in
from monkeytype.cli import entry_point_main
File "/usr/local/lib/python3.5/dist-packages/m…
-
Running monkeytype against a file with Django models or dependencies on Django apps gives me a series of errors.
First, just `monkeytype apply package.app.models`:
```
django.core.exceptions.Im…
-
By default MonkeyType respects existing annotations as the authority, and uses them over annotations inferred from traces when generating stubs.
For checking correctness of existing annotations ag…