Skip to content

Commit

Permalink
Add hints on black comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Apr 16, 2022
1 parent c2ba81c commit ed0bd59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
- name: Run docformatter
run: |
docformatter --recursive --in-place --wrap-summaries 88 --wrap-descriptions 88 .
# XXX Black is not formatting comments, as per https://github.com/psf/black/issues/181#issuecomment-385326100 .
# We need a tool to at least wrap long-line comments to reduce Pylint complaints.
- name: Run Black
run: |
black .
Expand Down

0 comments on commit ed0bd59

Please sign in to comment.