-
Especially now with black and isort and other linting that gets run, we may want to explore having chatops-style PR management to make things easier for contributors.
Specifically, something like:
…
-
I just came across this strange behavior of escapeinside in conjunction with console lexers (like `ps1con` or `batcon`)
When using the snipped from the manual and swapping the lexer the output eats…
-
`g:neoformat_run_all_formatters` doesn't seem to properly pass the output from one formatter to the next -- it seems llike neoformat sometimes cuts off the last line if a previous formatter changed th…
-
Creating tiers of test targets could reduce typical test-driven-development build cycle times.
-
To improve consistency and readbility with external contributions let us add
- A [contributors file](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-g…
-
> On a different note, i got rid of `bumpversion` and `check-manifest` in favour of `setuptools_scm` and replaced `isort` and `flake8` with `ruff` and `black` over at https://github.com/coroa/python-p…
-
## Proposal Summary
It would be nice for contributors to be able to have the code automatically formatted in your code style.
Therefore adding the correct configs for formatting and linting for the …
-
The getting started guide drops you off wit a working pants setup, but it really doesn't explain how anything works or where to go after that. It would be really helpful to describe how to get started…
-
Here is a file naming `test.py` and I tried to use `isort --float-to-top --lines-before-imports 0 test.py` but nothing changed.
```python
"""TEST"""
import a
def foo():
pass
```
…
-
I always wanted an extension that can unwrap complex types for me, but I can't seem to make it work.
VSCode version: 1.86.2
List of installed extensions:
alexcvzz.vscode-sqlite
bierner.github-ma…