Skip to content

Commit 3e8483a

Browse files
committed
Lock black lint version to match poetry.lock
1 parent a8e7a67 commit 3e8483a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
# pylint handle.py
3131

3232
- name: Black
33-
uses: psf/black@stable
33+
# Match version in poetry.lock
34+
uses: psf/black@24.4.2
3435

3536
- name: Run mypy
3637
uses: sasanquaneuf/mypy-github-action@9d43a0bf65fc419f7aa493ac24af5e2226edffbb

0 commit comments

Comments
 (0)