-
Reporting a separate issue for the problem discovered in #113 .
The exact files to reproduce this issue are :
**forward_ref.py:**
```
class AA:
def use_aa( self, aa ):
pass
…
-
I never opened two instances of the same website maybe, the website got confused because I changed tabs a bit and typed in `monkeytype.com` as well
-
Hi @carljm ,
thanks for the hints! 😊
My setup is following:
```shell
(base) C:\projects>conda info
active environment : base
active env location : C:\Anaconda3
shell l…
-
If I have two separate classes with the same name, but defined in separate modules, where both end up being used within type signatures in a third file then MonkeyType will import both directly into t…
-
All of the following is tested on MonkeyType 23.3.0.
Suppose I have the following function as foo.py:
```python
def bar(nums):
return 0
```
And run the following code in test_foo.py:
…
-
```
WARNING: Failed decoding trace: Module 'builtins' has no attribute 'async_generator'
WARNING: Failed decoding trace: Module 'builtins' has no attribute 'async_generator'
WARNING: Failed decodin…
-
When using libcst to add types, we often want to add imports in a conditional `if TYPE_CHECKING` block, to avoid circular imports or improve performance.
It would be great to have an extra `if_type…
-
* First priority is the public API under https://github.com/xlwings/xlwings/blob/main/xlwings/main.py
* Happy to drop Python 3.7 support for this as in June is EOL, but it should be compatible with P…
-
## 책에서 소개한 도구
- 코드 포매터: black
- 정적 타입 검사기: mypy
- 정적 검사기: pylint
- 테스트 도구: pytest
## 추가적으로 고려해볼 도구
- 정적 검사기: wemakepython
- flake8의 확장버전
- monkeytype
- mypy와 세트로 많이 사용하는 것으로 보임
## Aw…
-
**Is your feature request related to a problem? Please describe.**
Quotations can be used from monkeytype repository using *quotes* folder instead of *languages* folder
**Describe the solution y…