-
**Describe the bug**
The sorting of imports is not consistent with ruff CLI output.
The plugin is awesome but when it is enabled, it highlights the imports that are sorted properly by categories.…
-
### What rule do you want to change?
sort-imports
### Describe the problem
I'm not sure if anything like this is possible right now. I couldn't find it in the docs.
Probably a new option is …
-
I want to add the following after other imports
```py
# if you don't want to use logfire, just comment out these lines
import logfire
logfire.configure()
```
(I want to keep the two lines of…
-
Hi all, I'm wondering what is your opinion on code formatting and linting. I think PROTEUS and some of the other submodules would really benefit from some linting.
- [x] Import sorting: I noticed t…
-
[Playground link](https://dprint.dev/playground/#code/JYWwDg9gTgLgBAbwLACg7rjKBDAdgZwDNoQARAUwGMAbbHGYCAgGlQ0xwOKhAFEBhALIBBAMqUowMDEEQAJgFdq5VmgwAVTkRLkoq9przaeugGLZKMaAE99GLEe59RAVjvoHXEr1EAmAAwAjG5…
-
It is quite annoying that imports have to be sorted "manually", since different import orders can be committed and make merge conflicts more likely.
Luckily, there are tools that can
1. format and…
-
This is a bug in the CMake code.
### What version of gRPC and what language are you using?
1.66.2, C++, CMake 3.30.3
### What operating system (Linux, Windows,...) and version?
Windows 11
…
-
Sorting imports doesn't seem to work correctly for me.
If there is a blank line or comment it stops processing anything after the comment or blank line. It also doesn't seem to be sorting things al…
willt updated
2 years ago
-
* pylsp-rope version: 0.1.16
* Text editor/IDE/LSP Client: Emacs / EGlot
* Python version: 3.12.4
* Operating System: Fedora Workstation 40
### Description
I'm trying to (automatically) sort …
-
### Description
We recently published an [RFC](https://github.com/biomejs/biome/discussions/3015) to improve the Biome import sorter.
This issue tracks the implementation of the RFC.
The main g…