Skip to content

Commit a047999

Browse files
committed
black stable
1 parent ea58ec5 commit a047999

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: isort/isort-action@master
7171
with:
7272
requirementsFiles: "requirements.txt requirements.dev.txt"
73-
- uses: psf/black@23.11.0
73+
- uses: psf/black@stable
7474
- name: Comment if linting failed
7575
if: failure()
7676
uses: thollander/actions-comment-pull-request@v2

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pytest-cov
33
requests
44
httpx
55
flake8
6-
black==23.11.0
6+
black
77
autoflake
88
isort

0 commit comments

Comments
 (0)