Skip to content

Commit c5ddaa2

Browse files
authored
Upgrade to Black 22.3 to avoid click error (#49)
1 parent 955cb49 commit c5ddaa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install --user pylint==2.6.0
21-
pip install --user black~=22.1 click==8.0.4
21+
pip install --user black~=22.3
2222
pip install --user flake8~=4.0
2323
2424
- name: Install Partition Manager

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: requirements-txt-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black
12-
rev: "22.1.0"
12+
rev: "22.3.0"
1313
hooks:
1414
- id: black
1515
- repo: https://gitlab.com/pycqa/flake8

0 commit comments

Comments
 (0)