-
Type: Bug
# Behaviour
My shell history (Bash) has the following command periodically added to it:
```
/usr/bin/python3 /Users/gavin/.vscode/extensions/ms-python.python-2024.16.1-darwin-arm64/pytho…
-
I noticed that [`isort` is used for classifying imports](https://github.com/iterative/mlem/blob/59367659466114093a23fea77d24b5d0e609d05c/mlem/utils/module.py#L183-L202), which is something `isort` can…
-
Using a minimum configration, I can't get the `type` to generate pydantic classes in the output file.
`graphql.config.yml`
```
projects:
default:
schema: ./schema.graphql
extensions:…
-
Currently there is still quite some variation in the ruff config's and pre-commit configs. We should standardise on a single set.
-
Apple M1, MacOS 14.6, python 3.12.4
The requirements files don't (appear to) restrict the version of flake8, and for whatever reason:
flake8==5.0.4
pytest-flake8 1.1.1 resulted in:
> E …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
_No response_
### Code sample
Code run:
```python
from cobra.io import load_model
f…
-
When using py-isort on Emacs 25.3 Windows 10 Pro, it fails with the following message:
`Searching for program: No such file or directory, diff`
Installing `isort` and calling it from powershell …
-
### Bug description
`pyright` uses `...` to determine the body of this method is not implemented here. Without using `...`, `pyright` rightfully (IMHO, as is the only way it has to know the user is i…
-
### What problem do you want to solve?
These days I am trying to fix an issue with this project, follow the instruction illustrated in CONTRIBUTING.md, but found it is so hard to setup a local env…
-
I am running flatpak version of neovim and I get this error in a python file.
`[deoplete] jedi module is not found You need to install it`
I have `pip3 install --user pynvim flake8 pylint isort j…