Skip to content

Commit ea3a236

Browse files
committed
Limit line length in doctests to 80
1 parent ce938bb commit ea3a236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doctests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pip install -r dev_requirements.txt
3434
pip install -r requirements.txt
3535
isort --check-only --diff doctests/*.py
36-
black --target-version py39 --check --diff doctests/*.py
36+
black -l 80 --target-version py39 --check --diff doctests/*.py
3737
3838
- name: run tests
3939
run: |

0 commit comments

Comments
 (0)