We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955cb49 commit c5ddaa2Copy full SHA for c5ddaa2
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
python -m pip install --upgrade pip
20
pip install --user pylint==2.6.0
21
- pip install --user black~=22.1 click==8.0.4
+ pip install --user black~=22.3
22
pip install --user flake8~=4.0
23
24
- name: Install Partition Manager
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: requirements-txt-fixer
10
- id: trailing-whitespace
11
- repo: https://github.com/psf/black
12
- rev: "22.1.0"
+ rev: "22.3.0"
13
hooks:
14
- id: black
15
- repo: https://gitlab.com/pycqa/flake8
0 commit comments