-
I am running into problems on an M1 Mac with OpenMP builds and `OMP_NUM_THREADS` > 1. The error I receive is
```
** On entry to DGEMM parameter number 8 had an illegal value
```
which is be…
-
When I use this `pyproject.toml` config:
```toml
[tool.ruff]
select = [
"I", # isort formatting.
]
```
And this `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.…
-
Your code is a markdown code snippet formatter. That's the project purpose OK.
Your code is formatting block that could be invalid.
So your code is somehow also a linter, as you are able to know wh…
-
Scope:
- [ ] [`pyflakes`](https://github.com/PyCQA/pyflakes) or [`pylint`](http://pylint.pycqa.org/en/latest/intro.html). The latter is more thorough but requires accordingly setup to eliminate exi…
-
### How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
### Which OS are you using?
Windows 11 Pro 22H2 22621.2134
### What is the issue affecting?
Oth…
-
## Description
On trying to install this module on Python 3.7, I immediately see an error message on import that is preventing the module from working.
Installed package from:
```
python3.7 …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I just installed the Ruff VSCode extension v2024.16.0. However, I'm seeing the following error in `Output > Ruff`:
```
2024-04-03 22:32:28.078 [info] Interpreter executable (/nix/store/qzaa6lxhv…
-
### Bug description
Consider the following example:
```python
from collections import abc
from typing import TypeVar
_T = TypeVar("_T")
class Data(abc.Iterable[_T]):
"""The _data is…
-
**Describe the bug**
The bug shows up when running ruff, with the isort (I) rules enabled, through pants.
When running the `ruff --fix ...` command on a file with both a first and third party import…