-
Hi @paetzke !
It seems the last update on MELPA is from 2016. I'd like to propose myself to take over the maintainance of this package.
Would that be possible ?
Thank you !
-
Using black, isort and flake8.
**Reporter**: [Krisztian Szucs](https://issues.apache.org/jira/browse/ARROW-12360) / @kszucs
#### PRs and other links:
- [GitHub Pull Request #10012](https://github.com…
-
When I open vim with python file, characters `^[[>1;4590;0c` are printed on first line. This happens about half the time.
This started after I upgraded Vim from 7.4 to 8.0. I tried to disable `isort`…
ziima updated
7 years ago
-
after #1351, should do some cleanup. here's a tracker:
- [ ] creation of `QMMMbohr` object happens in driver.py for plain calcs, in proc.py for fisapt, and in a nbody file for nbody. there's opport…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Hi, I would like to be able to run script like `isort` after saving. It's similar to the functionality exists in VSCode with t…
-
Our team uses several editors and it would be nice to have a single source of truth for isort configuration
-
For now, we use several tools on the python code, namely: [mypy](https://github.com/python/mypy), [flake8](https://github.com/PyCQA/flake8) and [pylint](https://github.com/PyCQA/pylint).
Other tool…
-
If I say that this is the defaults the most users want, what are the chances for defaults to be changed?
```
[tool.isort]
profile = 'black'
lines_between_types = 1
combine_as_imports = true
``…
-
./userdetails/models.py
```python
from allauth.socialaccount.models import SocialApp
from django.conf import settings
from django.contrib.auth.models import AbstractUser, Group
from django.…
-
From: https://github.com/bioio-devs/bioio/pull/48#discussion_r1667011062
> Just as a general note, this is all fine but [ruff](https://github.com/astral-sh/ruff) does all of these in one except for…