-
A [comment from @mrakitin](https://github.com/bluesky/bluesky/pull/1228/files#r306048906) reminds that we have discussed sorting our imports according to a system commonly used in other projects, and …
-
![Screenshot from 2024-09-16 09-49-53](https://github.com/user-attachments/assets/8f8c5ef0-fab3-413f-80d5-3fa947b1b448)
I'm encountering an issue where the `flycheck` creates a host of errors that …
-
For e.g. https://github.com/jugmac00/flask-reuploaded (but also for my other projects), I notice an increased runtime for the checks.
The biggest jump was from version `0.40` to `0.41`, but it look…
-
## Ruff Format with Spyder
* Spyder under ```source``` should have a ```Format file or selection with Ruff``` button.
* Spyder under ```Tools```→```Completion and Linting```→ ```Code Style and For…
-
Hello,
have these lines in my .pre-commit.yaml:
```python
- repo: https://github.com/timothycrosley/isort
rev: 5.9.3 # should be the same as in dev.in
hooks:
- id: isort
```
…
-
I use pyenv to manage my Python installs and pyenv-virtualenv to manage all my virtual environments. Everything about this has been great until recently I came across the strangest bug. I use Microsof…
-
System info:
Windows 11 (Windows NT x64 10.0.22631)
VS Code version 1.88.1
ms-python.isort: 2023.10.1
This issue occurs with multiple formatters. I've tried ms-python.{autopep8, black, isort} an…
-
```toml
[tool.poetry]
name = "demo"
version = "1"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.11"
greenlet = "^3.0.1" # latest is 3.0.3
playwright = "^1.39.0" # …
-
https://docs.astral.sh/ruff/rules/#isort-i
https://docs.astral.sh/ruff/settings/#isort
At Canva we currently use `dprint-plugin-exec` to run both black and isort over the codebase.
I'm not sure h…
-
I'm trying to build dissect.archive by:
```
git -C "dissect.archive" clean -dfx
tox -e build
tox
```
During the building I get
```
ERROR setuptools_scm._file_finders.git listing git files fail…