-
`changelog-cli` tries to determine the appropriate next version number for the project. But the changelog is never (?) the only place in the repo that stores the version number.
There's often a `VE…
-
High-level thoughts, based on a quick skim over [gofmt](https://golang.org/cmd/gofmt/), [pep8](https://pypi.python.org/pypi/pep8)/[flake8](http://flake8.pycqa.org/en/latest/)/[autopep8](https://pypi.p…
-
After some attempts I do not seem to be able to setup `ropevim` in my Neovim setup(NvChad) which uses `lazyvim` plugin manager.
I am using `python-language-server` (**pylsp**) LSP installed via Ma…
-
It would be nice to have a knob for turning this:
mystr = "A really long string that is going to go over the character limit, but as I'm writing this I forget to create a line break"
into th…
spott updated
7 months ago
-
We're consolidating on autopep8.
Work:
* Configure Travis script to check for a zero diff between the code as it is and autopep8 code.
* Creating some quick docs to show users how to create their…
-
```
2024-10-13 00:02:41.433 [info] Name: yapf
2024-10-13 00:02:41.433 [info] Module: yapf
2024-10-13 00:02:41.433 [info] Python extension loading
2024-10-13 00:02:41.433 [info] Waiting for interpr…
-
## Description
render blank page
## Context
---
`pyproject.toml`
```toml
dependencies = [
"jupyterlab>=4.0.0",
"jupyterlab-rise>=0.1.1",
]
requires-python = ">=3.11"
```
…
-
Many of the Python bears include:
```
LANGUAGES = {"Python", "Python 2", "Python 3"}
```
Firstly, do other language bears in coala also describe language versions? While Python 3 is a big jump, so …
-
Thanks to Guido extensive advertisement (meh.), I've realised that a lossless AST (parse tree) is build in the python stl under the name "lib2to3" for the 2to3 tool.
Since this parser is way more eff…
-
Hi,
Thanks for your contribution of mmaction which is an awesome open-source project on the GitHub! I have a few questions about the performance of AVA model which is in the model zoo.
My question…