-
It seems that tools like pylint use ``[pylint] `` as the header of failed tests:
![image](https://user-images.githubusercontent.com/5601876/90528918-6f1ece80-e173-11ea-89b8-d77d9d9011fa.png)
It …
-
### How would this feature be useful?
When providing a Nox configuration for a team that may not be familiar with Nox, it would be good to give a simple command to list tags rather than have them loo…
-
### Python
[Python Official Style Guide](https://peps.python.org/pep-0008/)
[Google Python Style Guide](http://google.github.io/styleguide/pyguide.html)
Tools list:
- auto-formatter: [Black](ht…
-
Plugins (most notably isort and black) in `.pre-commit-config.yaml` are not updated by Dependabot and thus prone to become out of sync with the same dev tools used by tox (also see discussion with @jk…
-
neoformat can run formatter in a sequential way, eg, `docformatter -> isort -> black`. Which means I can fix the docstring in the first place, then rearrange the import order, and fix the code style w…
-
### Description of the JSON schema.
`pyproject.toml` files are missing various schemas under `[tool]` that can be used. This issue tracks them, the original list can be found [at this comment](http…
-
### Neovim version (nvim -v)
0.9.5
### Operating system/version
Arch Linux
### Add the debug logs
- [X] I have set `log_level = vim.log.levels.DEBUG` and pasted the log contents below.
### Log f…
-
A `pre-commit.config.yaml` would make it easier for new contributors to submit merge-ready PRs.
-
For our [`PyCodeHash`](https://github.com/pycodehash/pycodehash/blob/main/pyproject.toml) project we have [turned magic trailing comma off](https://github.com/psf/black/issues/2135):
```toml
[tool.r…
-
This is a follow up on https://github.com/grpc/grpc/pull/26553.
1. We want to avoid duplicating sanity tests in subfolders
2. Should we add `isort` check?
3. Should we add docs explaining how to …