-
### Describe the bug
Flytekit type hints are ignored by mypy because flytekit does not have a `py.typed` marker as per [PEP 0561](https://peps.python.org/pep-0561/#packaging-type-information)
### Ex…
-
On my machine, `lintrunner -a` produces the following output:
```
(/raid/rzou/pt/debug-cpu4-env) [0] rzou@devfair0317:/raid/rzou/pt/debug-cpu4 (debug-cpu4) $ lintrunner -a
FLAKE8 success!
CLAN…
-
- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version.
- [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and b…
-
### Why
I love types, and want everything in python typed as strongly as possible within reason. This creates more readable code and makes refactoring easier and safer. If i debug my code that depend …
-
Good day,
We have a project that uses mypy to check the types across the project. MyPy's check was working with no issue. However, we installed simple_history and created an abstract class to add h…
-
Discussion: https://discuss.python.org/t/type-coverage-of-popular-python-packages-and-github-badge/63401
Compare with myyp
mypy --check-untyped-defs --txt-report build test2.py
Compare with …
-
### Dagster version
dagster, version 1.5.5
### What's the issue?
Been eagerly awaiting to use Pydantic 2+ with Dagster 1.5.5.
However, my project's CI was failing with `mypy` with the fol…
-
Currently, dangerzone uses standalone dev scripts, living in the `dev_scripts` and `install` folders.
We could put these scripts inside a common module, which would make it possible to:
- Factor…
almet updated
1 month ago
-
Hello,
I noticed cfv does not use type hints. Type hints and type checkers such as [mypy](https://mypy.readthedocs.io/en/stable/#) are great aids for making robust code. Strongly recommended.
…
-
We need to expand our mypy checks to cover Python files in `modin/pandas/`. There may be a lot of files to modify at once so folks should focus on type annotations one file at a time. Please make sure…