mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-31 20:26:40 +00:00
Remove black formatting from cherry-pick
This commit is contained in:
parent
172b03ef4d
commit
5b5e9282e3
2 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black
|
|
||||||
rev: 23.1.0
|
|
||||||
hooks:
|
|
||||||
- id: black
|
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
rev: 6.0.0
|
rev: 6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
@ -164,7 +164,7 @@ virtual env and run::
|
||||||
pip install -r requirements.d/development.txt
|
pip install -r requirements.d/development.txt
|
||||||
|
|
||||||
|
|
||||||
This project utilizes pre-commit to format and lint code before it is committed.
|
This project utilizes pre-commit to lint code before it is committed.
|
||||||
Although pre-commit is installed when running the command above, the pre-commit hooks
|
Although pre-commit is installed when running the command above, the pre-commit hooks
|
||||||
will have to be installed separately. Run this command to install the pre-commit hooks::
|
will have to be installed separately. Run this command to install the pre-commit hooks::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue