Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 468b9c3

Browse files
author
John Andersen
authored
ci: testing: lint: black: Target version as lowest, py37
1 parent a79edc6 commit 468b9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install -U .[dev]
2424
- name: Run check
2525
run: |
26-
black --check .
26+
black --target-version py37 --check .
2727
2828
test:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)