-
[microsoft/vscode-python](https://github.com/microsoft/vscode-python) is moving isort functionality to [microsoft/vscode-isort](https://github.com/microsoft/vscode-isort) where import organizing is pr…
tetov updated
2 years ago
-
On the market place you still have the Preview Tag, which is in my opinion not relevant anymore since it is the official way to use isort in vscode and can be therefor removed.
https://marketplace.…
-
Starting the python process takes forever, but once it's started, formatting is acceptably fast. I was just wondering if there is any plan to incorporate or write a daemon server ala blackd or eslint_…
-
report "no organize imports action available" error in the editor area, but
isort output:
```
[Error - 9:02:40 AM] Syntax error in code: Traceback (most recent call last):
File "c:\Users\User\.v…
-
```
$ isort --check --config-root .. .
Traceback (most recent call last):
File "/home/eitan/.pyenv/versions/venv/bin/isort", line 8, in
sys.exit(main())
File "/home/eitan/.pyenv/versions…
-
eg. for python formatting with `neoformat_enabled_python=['black', 'yapf', 'isort', 'docformatter']` setting.
- `black` and `yapf` format the whole file, the styles of this two are conflict, thus y…
-
The versions on pypi.org have not kept up to date with what is in the project, and neither has isort's pyproject.toml. This currently blocks updating the lock file:
```
SolverProblemError
The…
-
Consider the following simple example (and common python pattern in general) in django:
to build a management command, one simply inherits from `BaseCommand` and overrides some methods:
```py
fro…
-
Let's discuss improvements and changes related to linters and formatters.
If you have any tool, package, config, or script to share, feel free to suggest it into this discussion.
-