-
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`.…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
This bug was on **Ruff version** ruff 0.4.7 and also on ruff 0.4.8
When I **format** this code:
```python
import numpy as np
import torch
from torch.utils.data import Dataset
from tqdm import …
-
Looking at https://pypi.org/project/isortd/
I've started isortd via docker, but I am getting
```
ERROR:aiohttp.server:Error handling request
Traceback (most recent call last):
File "/opt/py…
-
### What's wrong
using of `master` version causing false-positive `WPS319` violation when using multiline strings in conjunction of function (`dedent` in our case)
```python
def _insert_query(con…
-
autocmd FileType python noremap :call isort_file()
this doesn't work
-
CI for now:
- [ ] python linter
- autopep8
- mypy / flake8
- isort
- [ ] PR labeller workflow
more to be added later
-
Today, I tried to use code actions to insert a new import statement and got the following exception:
```
[ERROR][2024-07-23 18:30:12] .../vim/lsp/rpc.lua:734 "rpc" "/Users/xyz/.local/share/nvim/ma…
-
Consider the following simple example (and common python pattern in general) in django:
to build a management command, one simply inherits from `BaseCommand` and overrides some methods:
```py
fro…
-
## Is your feature/enhancement proposal related to a problem? Please describe.
When running tools to format TOML files, they may disagree with PDM on layout. When these differences occur, it's anno…