-
At some point we need to go through our code and make it conform to a set of style standards. PEP 8 seems like a good starting point. Is it possible to make pylint run automatically as part of our com…
-
## 🐛 Bug
Type hint changes to a Tensor causes an error when type checking code accessing tensor shape indices after 0 when using nightly build. This is causing type checking failures for downstream…
-
Add support for static typing: http://mypy-lang.org/
-
Hi,
Many thanks for flycheck, its really useful and I use on a daily basis. Today I just got stuck on something that is probably quite trivial but I can't quite figure out how to do. I can't see the …
-
Where do the type stubs for numpy come from? I would like to copy the stubs in this repo for use in my own checking with mypy, but I would like to confirm first that there is no upstream source fr…
-
We need to re-run all the notebooks and examples in the docs as some of them might be broken with the recent updates.
Also, note this comment: https://github.com/spatialaudio/nbsphinx/issues/447#is…
-
Exception is raised for latest (6de6d93) pydocstyle when nested function contains docstring with arguments section.
## How to reproduce:
Write python file `sample.py`:
```
def foo():
def …
-
This might be a problem with Astroid, but I'll try here first as it's easy to reproduce with Pylint:
### Steps to reproduce
1. `echo "import non_existing_module" > platform.py`
2. `pylint platfor…
-
Have a system that asks you to set the parameters of a new solitaire game, including rule checkers. It may take some categorization or generalization of the rules checkers. Once you've set the paramet…
-
In Macaulay2, the `AfterPrint` is responsible for adding useful type information about computed results. Since this information generally cannot be obtained easily otherwise, it should be added to t…