Skip to content

Commit

Permalink
Limit line length in doctests to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Jun 8, 2023
1 parent ce938bb commit ea3a236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install -r dev_requirements.txt
pip install -r requirements.txt
isort --check-only --diff doctests/*.py
black --target-version py39 --check --diff doctests/*.py
black -l 80 --target-version py39 --check --diff doctests/*.py
- name: run tests
run: |
Expand Down

0 comments on commit ea3a236

Please sign in to comment.