-
I use `python-language-server` through `LanguageClient-neovim`. When I try to format my python documents using this setup, it does not respect the isort settings in `~/.isort.cfg`.
-
hopefully this will include support for setup.cfg
-
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…
-
At the moment, the docs at https://pycqa.github.io/isort/docs/configuration/pre-commit.html instruct to use this version of isort:
```
rev: 5.11.2
```
This version however does not build anymore…
-
Followup task from #17962. Python files developed there were originally being linted with the following:
```py
#!/usr/bin/env python3
# This file is in tools/workspace/vtk/lint_me.py
#
# Dep…
-
@vgrem do you think we can enforce to run flake and isort when running CI together with tests?
-
https://pypi.org/project/ruff/
> Ruff aims to be orders of magnitude faster than alternative tools while integrating more functionality behind a single, common interface.
>
> Ruff can be used to…
-
Git hooks for automating code standardisation.
Useful link: https://rohitgupta.xyz/blog/keeping-python-code-clean-with-pre-commit-hooks-black-flake8-and-isort/
-
Traceback (most recent call last):
File "E:/Programming/Python/Projects/pandaTest/main.py", line 2, in \
import ECS
File "E:\Programming\Python\Projects\pandaTest\ECS.py", line 3, in \
…
ghost updated
2 years ago
-
Помните, на созвоне упоминалось про установку flake8 на максималках? (а на самом деле бывает ещё жестче)
Установите, запустите и исправьте ту кучу недочетов, связанных с импортами
```
lyceum/cata…