Skip to content

Commit eb33d52

Browse files
Upgrade black to latest version to prevent errors in CI
1 parent 89f3ada commit eb33d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- uses: psf/black@stable
3838
with:
3939
options: '--check --diff --skip-string-normalization --exclude="\.tpl\.py"'
40-
version: '21.12b0'
40+
version: '22.3.0'

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements.txt
22
pytest >= 6.2, < 6.3
3-
black == 21.12b0
3+
black == 22.3.0

0 commit comments

Comments
 (0)