-
### Troubleshooting docs
- [X] My problem is not solved in the Troubleshooting docs
### Anaconda default channels
- [X] I do NOT use the Anaconda default channels (pkgs/* etc.)
### How did you ins…
-
I work at a company that uses [native namespace packages](https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages) for multiple internal packages.
Let's say our …
-
Current behaviour:
```
$ cat positive.py
from collections.abc import Container
Container()
$ flake8 positive.py
positive.py:1:1: I801 use 'import collections.abc' instead of 'from collecti…
-
So, I have left some merge conflict markers in my `setup.cfg` and this how the pep8 (run through flake8) dealt with it:
```
ConfigParser.py:546:_read:ParsingError: File contains parsing errors: /home…
mcepl updated
8 years ago
-
### 🔖 Feature description
I think we can use famous linting tools like black, flake8 and isort to keep the code style consistent and maybe we can use `pre-commit` hook to make sure the format is corr…
-
```
$ python complex_tensor.py
ComplexTensor(real=tensor([[-5]]), imag=tensor([[10]]))
$
/home/albandes/local/pytorch/3.11_debug_source/torch/_inductor/compile_worker/__main__.py:45: ResourceWar…
-
Hello good people,
I am kinda new to ruff and neovim, so I could use some guidance how can i make sure that formatting is fixing all just like calling fixAll in ruff-lsp?
what in ruff formatter I ha…
-
Maybe it's time we start to look into black formatter in the next release? https://black.readthedocs.io/en/stable/
Here is an clowder example of using black and github action to check that https://gi…
-
See znicholls/mesmer-openscmrunner#6
-
I'm trying to build dissect.archive by:
```
git -C "dissect.archive" clean -dfx
tox -e build
tox
```
During the building I get
```
ERROR setuptools_scm._file_finders.git listing git files fail…