-
### Steps to reproduce
1. Use `pylint -E` on a file containing this piece of code:
```python
class FoobarException(Exception):
foobar = None
try:
pass
except Exception as ex:
if …
-
Hi!
Thanks a lot for building this library. It looks awesome and I cannot imagine how people live without it.
The only missing feature for me are type annotations. That can be added rather easi…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
Hello,
## Problem
I am trying to import zernpy with Python 3.8.5 on Windows 10. It immediately throws the following error:
```
Traceback (most recent call last):
File "", line 1, in
F…
-
CC @idanmiara It seems according to https://twitter.com/sgillies/status/1367897547247816713 that using Python type hints without using mypy is not a good idea. Perhaps a mypy check should be added as…
-
### What is the bug or the crash?
Compiling qgis-3.33.0+git20230806+a75694e190+99sid from source, I an error for missing qt5 sip files.
I am running a fresh install of debian 12 [trixie/sid], on w…
-
### Ensure stubs packages are not installed
- [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2)
### Verify if the api is typed…
-
The current documentation stems mostly from a time when Pure Python Mode wasn't even being thought of and aims to present the special `cdef` syntax that Cython uses. The Pure Python Syntax is only pre…
-
Many off the docstrings are not helpful.
Please elaborate on why a function exists and why it works how it works.
For the most part, your code should describe the 'what', the comments the 'why'. If …
-