-
I am using Poetry 1.6.1.
I have a file `pyproject.toml`:
```
[tool.poetry]
name = "my_app"
version = "0.0.1"
description = ""
authors = ["Hongbo Miao"]
[tool.poetry.dependencies]
python…
-
./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.…
-
### 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…
-
How modules inside pyscal are imported can be revisited.
* Solve import alerts on https://lgtm.com/projects/g/equinor/pyscal/alerts/?mode=list
* Should less modules be imported in `__init__.py`,…
-
See #2.
-
-
## Goals
- [ ] If a `.gitignore` file is available, use it to skip files.
## Implementation notes
The approach currently used by [isort.settings](https://github.com/PyCQA/isort/blob/3cac92021…
-
### Bug description
The working directory from where `pylint` binary was run influences whether it outputs the `wrong-import-order` coding convention error or not
### Configuration
Given the …
-
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
-
Currently we use black to ensure the AutoGluon project follows a consistent formatting.
However, we use different line lengths per module via `pyproject.toml` files. For example: [common/pyproject.…