Pin python version for black in lint.yml

This commit is contained in:
Raffson
2025-04-20 22:58:19 +02:00
committed by GitHub
parent 1c3dee2098
commit 8c6ca4de5f

View File

@@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- uses: psf/black@stable
with:
src: "."