-
# What
- サードパーティとローカルが正しくソートされない
# References
- #8
- #29
-
In CI, we run format checks both with `pdm` and `pre-commit`. Their configuration is different (see `pyproject.toml` versus the pre-commit config), which creates confusion and work for the user. For e…
-
If I work with git worktrees, isort (in the pre-commit hook) gets confused and identifies first party library code in the worktree as third party library.
I use
```
- repo: https://github.com/PyC…
-
I suggest you use [Ruff](https://docs.astral.sh/ruff/) to lint and format the code.
I would like to work on this :)
-
Conflicts fix (possibles) with black, mypy, flake8 for Atom, Molecule and Clustter class with rdkit
There are different things to Atom, Molecule and Clustter class to check, for example, eliminat…
-
My project has a `.isort.cfg` file specifying `profile=black`. The extension doesn't take account of this file, so I need to add the profile to my extension settings as well (and keep the two in line)…
-
There is the next error with sphinx in the **rdkitascec branch**:
Warning, treated as error:
/home/runner/work/amcess/amcess/amcess/molecule.py:docstring of amcess.molecule.Molecule:1:Inline empha…
-
isort seems having compatibility issues with black https://github.com/psf/black/issues/333 https://github.com/timothycrosley/isort/issues/694
There's a certain config to work around the issue, an…
-
In this repo original `pyproject.toml`, I saw the [ruff isort settings](https://github.com/ljnsn/cz-conventional-gitmoji/blob/6b01786c9eee818606f9949005cee352a357080f/pyproject.toml#L73).
But the pro…
-
If I open a multi root workspace and save a file it usually works fine.
If I happen to save an empty file VSCode hangs and displays `getting code actions from 'isort'`. There are a few things that …