mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-02 11:46:41 +02:00
Update Black version.
This commit is contained in:
parent
8863c67126
commit
e85e98e92c
5 changed files with 8 additions and 8 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -33,7 +33,7 @@ Install the project in editable mode:
|
|||
pip install -e .
|
||||
```
|
||||
|
||||
Install formatter, linter and test system: `pip install black~=21.4b0 flake8 mypy pytest pytest-cov`.
|
||||
Install formatter, linter and test system: `pip install black flake8 mypy pytest pytest-cov`.
|
||||
|
||||
Be sure to enable Git hooks:
|
||||
|
||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install black~=21.4b0 flake8 pytest
|
||||
pip install black flake8 pytest
|
||||
pip install -r requirements.txt
|
||||
pip install .
|
||||
- name: Check code style with Black
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install black~=21.4b0 flake8 pytest
|
||||
pip install black flake8 pytest
|
||||
pip install -r requirements.txt
|
||||
pip install .
|
||||
- name: Check code style with Black
|
||||
|
|
|
@ -30,7 +30,7 @@ Install the project in editable mode:
|
|||
|
||||
\code {pip install -e .} {shell}
|
||||
|
||||
Install formatter, linter and test system\: \m {pip install black~=21.4b0 flake8 mypy pytest pytest-cov}.
|
||||
Install formatter, linter and test system\: \m {pip install black flake8 mypy pytest pytest-cov}.
|
||||
|
||||
Be sure to enable Git hooks:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue