Skip to content

Commit

Permalink
Increase line length to 105 for pep8speaks
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Feb 22, 2022
1 parent 8e1b8e8 commit 8b26127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pep8speaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ scanner:
linter: flake8 # Other option is pycodestyle

flake8: # Valid if scanner.linter is flake8
max-line-length: 100
max-line-length: 105

no_blank_comment: False # If True, no comment is made on PR without any errors.
descending_issues_order: False # If True, PEP 8 issues in message will be displayed in descending order of line numbers in the file
Expand Down

0 comments on commit 8b26127

Please sign in to comment.