Browse Source

Pin black to v22.6

pull/10109/head
dolfies 2 years ago
parent
commit
aae5913eab
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
id: install-deps
run: |
python -m pip install --upgrade pip setuptools wheel black
python -m pip install --upgrade pip setuptools wheel black==22.6
pip install -U -r requirements.txt
- name: Set up node.js

Loading…
Cancel
Save