-
In this assignment, you will use the tools isort, black, flake8 (search and find out more about these tools) to format the python script.
> Create a new branch fix//manual-refactor from v0.1 (creat…
-
isort version 5.10.1
Code in file:
from foo.bar import a # \\
from foo.bar import b # \\
from foo.bar import c, d, e # \\
After running isort:
from foo.bar import a # \\
from foo.bar …
-
As title says, tools like **black** and **isort** help to keep the code style consistent. Maybe add a pre-commit file to make it more like run-and-forget.
-
Running `flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics` will show a long log of linting violations.
Most of these can be resolved using tools like `autopep8`,…
-
## Information
**VIM version**
```
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 06 2019 17:31:41)
Included patches: 1-1453
```
Ubuntu 18.0.4
## What went wrong
vimrc conta…
ghost updated
4 years ago
-
### What problem do you want to solve?
These days I am trying to fix an issue with this project, follow the instruction illustrated in CONTRIBUTING.md, but found it is so hard to setup a local env…
-
This may not be the right place to ask, but I was wondering: Is it possible to run the formatters automatically, but only for the new changes as per the git diff?
I would like to use Neovim for wor…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0
# Modules to migrate
- [x] pos_access_right - By @geomer198 - #957
- [ ] pos_customer_display - By @legalsylvain…
-
Now [ruff](https://github.com/charliermarsh/ruff) is blazing fast linter than flake8. Its rules are self contained and it is evolving quickly so far. Currently it has covered most useful rules. I thin…