-
Error: https://app.deepsource.com/gh/PyCQA/isort/run/e0ac82dd-8229-4d4c-8b30-b87e4e96558d/python/PY-R1000?listindex=0
This issue is a suggestion to refactor the function by splitting it.
The PR wi…
bp72 updated
10 months ago
-
### What's the problem this feature will solve?
Installing some combination of flake8 related packages brought up this error:
```
INFO: pip is looking at multiple versions of flake8-bugbear to de…
-
This is reducing the flake 8 warnings
perhaps ```___all__ = [import import]``` could be used
as described here
https://stackoverflow.com/questions/31079047/python-pep8-class-in-init-imported-…
-
Somewhere between commit ec3617c834acae937cec930140fb746be3cd2c55 and the head of the main branch (f74bba0a9609bd7898e9a785bfa83b9e0949a769), an update of the dependencies has broken the cod so that w…
-
https://github.com/RDFLib/sparqlwrapper/pull/184#discussion_r780823349
I think what is needed:
- format with black
- lint with flake8
- sort import statements with isort
- (lint with mypy af…
-
Hi, getting this error for 2 weeks or so:
> Logger: homeassistant.setup
> Source: setup.py:334
> First occurred: 10:55:34 PM (1 occurrences)
> Last logged: 10:55:34 PM
>
> Setup failed for cu…
-
The switch to poetry dropped the locking to a specific version of black. The target_version in pyproject.toml says "py37".
-
Codespell seems to only check the current directory for configuration files, rather than all parent directories recursively. Since the majority of similar tooling operates this way, it is quite inconv…
-
Related to #41.
I'm still not too sure about this one, but I think it does make sense for some tools to only run inside `src/`.
Maybe just ignoring `venv/` and `.venv/` might do the trick for most…
-
### Bug description
Unknown `disable` or `enable` values (on the command line, in `pyproject.toml`, or in `.pylintrc`) do not trigger a non-zero exit code when using the default configuration.
`te…