-
I feel like, in order for this to be a solid project, it will need some tests. I am way out of my depth with writing tests. So any help would be greatly appreciated!
-
Hi!
It looks like this supports flake8 v4, but not v5? What would it take to bring it up to flake8 v5?
Thank you!
-
Hi!
I made fresh elpy installation with python plugins: `jedi flake8 importmagic autopep8` (after ubuntu format). I use jedi as a backend.
Now, let's consider this example:
```python
1 class …
-
Currently, external formatters need [to be configured](https://behave.readthedocs.io/en/latest/formatters.html#more-formatters) to have a nice alias, or their full `module:Class` path needs to be spec…
-
## Information
**VIM version**
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 15 2019 23:02:11)
MS-Windows 64-bit GUI version with OLE support
Operating System: Windows 10
Python: 3.7…
-
### What happened?
`Provider()` fails to validate `namespace` parameter, and reverts to currently globally selected namespace.
### Steps to reproduce
```python
from pulumi import Config,…
-
It would be nice if xncml would use:
- pyproject.toml instead of setup.py.
- ruff format instead of black
- ruff check instead of flake8 and isort
Optionally, it would also be nice (IMHO) to use…
bzah updated
10 months ago
-
[Flake8-isort](https://github.com/gforcada/flake8-isort) seems to be a better choice than this project, as it is fully customizable (a common request), has the ability to auto-format the imports via i…
-
Hello
Please let me know the problem in building the docker-compose, I have installed all the dependencies and followed all instruction. but I cannot build the openFMB simulator. I am getting the f…
-
People who are looking to adopt Ruff will invariably have differing needs from their linter. There are currently at least 400 flake8 plugins/linter packages on PyPI, and it is unlikely that Ruff will …