-
Currently the version requirement for natsort is ">=7.1.1,
-
Hello,
at poetry we are `isort` to sort our imports.
A contributor now stumble upon a strange behavior of isort. The PR is located here: https://github.com/python-poetry/poetry/pull/4985
In o…
-
We recently (within the past 5 days max) started having our CI pipelines fail due to pre-commit + isort raising a `ModuleNotFoundError: No module named 'setuptools'`. When we comment out the isort hoo…
-
I'm seeing a bug(?) where if a `from` import has an alias, is too long for a single line, and has a comment after the import (for instance a `mypy` comment) then the comment is getting incorrectly sor…
-
CI for now:
- [ ] python linter
- autopep8
- mypy / flake8
- isort
- [ ] PR labeller workflow
more to be added later
-
The current dependency specification on httpx is `^0.23.0` (equivalent to `0.23.*`), while pytest-httpx is `
-
Some tools support vendoring of dependencies by depending on local `.whl` files (as opposed to copying the source files, example: https://python-poetry.org/docs/dependency-specification/#path-dependen…
-
# Description
iSort breaks with supplied parameters if the input file is not part of an existing atom project (e.g. if a standalone python file is edited with atom). Specifically, iSort will throw …
-
Ideas from ChatGPT:
1. **Linting**: Beyond formatting, linting helps catch potential errors and enforces coding standards. Tools like `flake8` or `pylint` can be used alongside `black` and `isort`.…
-
The refactoring interface needs to be redone more or less completely, and made less Rope-centric.
Two things I'd really like to include are [isort](https://github.com/timothycrosley/isort) and [autop…