-
ruff 0.2.2
Windows 10/11
![image](https://github.com/astral-sh/ruff/assets/65446343/665fc2f6-9745-4113-9db3-d11e1bde6798)
```
> ruff check
error: Failed to create fix for MetaClassABCMeta: Un…
-
Before sorting topologically, `ssort` currently pre-sorts class members in the following order:
- Docstring.
- Special attributes (`__slots__` and `__doc__`).
- Regular class attributes.
-…
-
`_builtins.py` defines MODEULE_BUILTINS.
The following elements are not found in `import builtins; dir(builtins)`:
```python
{
"StandardError",
"WindowsError",
"_",
"__annotat…
cgahr updated
9 months ago
-
BPO | [22197](https://bugs.python.org/issue22197)
--- | :---
Nosy | @pitrou, @rbtcollins, @ezio-melotti, @bitdancer, @voidspace, @berkerpeksag, @vadmium, @zware, @serhiy-storchaka
*Note: these values…
-
I started a new branch with some work on the class semantics. It has two new files: `class_semantics_playground.py` and `class_semantics_example.py`. Both have docstrings explaining some things and pr…
-
### Bug description
The same functions output different string result when using `def` and `fn` , `def` function will output string with single quotation marks, but `fn` fucntion will not.
### Steps…
-
### Bug Description
This used to work in `pyo3
-
Hi @GrandMoff100 ,
I would like to suggest a new feature for this package.
Since a regex is a union of multiple patterns, it can be considered a `set`. How about building union (__or__) / intersect…
-
This is not really an issue, but I wasn't sure where to post it. With [PEP 487](https://www.python.org/dev/peps/pep-0487/) accepted into Python 3.6, it might be worth thinking about how traitlets can…
-
Currently, we use palettes just to group discrete colors together. It might be more useful to allow them to be accessed by their indices, e.g. `apc.palettes.accent[0:2]` might return a `Palette` conta…