-
The `BulkObjectsContainer` has proven to be one of the most flexible and broadly applicable elements of our entire framework. However, particularly in naming conventions, it has outgrown its original…
-
Numba 0.52.0, 64-bit Python 3.7.3 on Windows
Discourse discussion is [here](https://numba.discourse.group/t/how-do-i-nest-dict-of-jitclass/434)
The code below doesn't work, but seems like it ought…
-
BPO | [41851](https://bugs.python.org/issue41851)
--- | :---
Nosy | @taleinat, @serhiy-storchaka, @E-Paine
PRs | python/cpython#22396python/cpython#22434
*Note: these values reflect the state of the …
-
comparing two (different) mock objects with ```__eq__``` returns an object (not None) which makes it behave as "True".
Expected behaviour: IMHO ```a.__eq__(b)``` should return True if ```a is b```…
-
```py
from pydantic import BaseModel, ConfigDict, TypeAdapter as _TypeAdapter, ValidationError # noqa: TID251
```
```toml
[lint.flake8-tidy-imports.banned-api]
"pydantic.BaseModel".msg = "use `A…
-
Since Python 3.12 runtime-checkable `typing.Protocol`'s use caching and some other tricks to achieve a ~20x speedup: https://github.com/python/cpython/issues/102433
For older Python versions, `typi…
-
### Bug description
I cannot manage to get Pylint to disable a certain message, be it in `pyproject.toml` or from the command line.
### Configuration
```ini
[tool.pylint."messages control"]
…
-
Add Guide/Links that can be used in various Projects. Add them in the comments using the following Markdown Template
```
# A Short Title
Description of this Guide.
**[Link]**
[Guide Link](l…
-
Since we merged #191, I have been wondering about how best to organize transport coefficient functionality. Right now, [`ClassicalTransport`](https://github.com/PlasmaPy/PlasmaPy/blob/6f1e313c6a541ae…
-
I have installed python-mode using vim Plug, then I enabled `pymode_lint`, but when I'm trying to run PymodeLint it always says `[Pymode] Code checking is completed. No errors found.`
Funny thing i…
chlos updated
2 years ago