-
There is a bunch of things we need to do.
Project related:
* Clean up all the PR requests. Accept the relevant ones and cancel others.
* Clean up all the Issues. Close the very old ones, the on…
-
Hi,
this issue seems to be related to #1009 #1843.
When using `isort` as a pre-commit hook with `black` profile. My commented imports are being moved to a single line.
Commented imports are int…
-
**Describe the bug**
Following the [CONTRIBUTING ](https://github.com/cvxpy/cvxpy/blob/master/CONTRIBUTING.md) guide, I cloned the repository and ran `isort`. I expected it to not make any change, as…
-
**Describe the bug**
The following command is currently failing:
```
pip install black isort seed-isort-config flake8 flake8-docstrings flake8-bugbear flake8-mypy flake8-colors pep8-naming bandit s…
-
I love the idea of isort! Genius! However, I know the recommended way to sort in Python is something like this:
On Top: standard libraries
Middle: third party libraries
Bottom: packages/files def…
-
Somewhere between commit ec3617c834acae937cec930140fb746be3cd2c55 and the head of the main branch (f74bba0a9609bd7898e9a785bfa83b9e0949a769), an update of the dependencies has broken the cod so that w…
-
### Motivation
Optuna drops Python 3.6 from v3.1, so we can use `__future__.annotations`, which simplifies the code base. See [PEP 563](https://peps.python.org/pep-0563/), [PEP584](https://peps.pyt…
-
Now [ruff](https://github.com/charliermarsh/ruff) is blazing fast linter than flake8. Its rules are self contained and it is evolving quickly so far. Currently it has covered most useful rules. I thin…
-
The qiskit requirement `"qiskit>=0.43.0,=0.43.0,
-
One of my projects broke in a subtle manner after I ran isort. Minimal example:
```python3
from asyncio import subprocess
import subprocess
print(subprocess.check_call)
```
Another example:
…
mic-e updated
11 months ago