Skip to content

Commit

Permalink
pep8speaks config (#4858)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored Dec 24, 2024
1 parent 9110a6e commit f855022
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
scanner:
diff_only: True
linter: pycodestyle

pycodestyle: # Valid if scanner.linter is pycodestyle
max-line-length: 79
ignore: ["E203", "E701"]
exclude: []
count: False
first: False
show-pep8: False
show-source: False
statistics: False
hang-closing: False
filename: []
select: []

flake8: # Valid if scanner.linter is flake8
max-line-length: 79
ignore: ["E203", "E501", "E701"]
exclude: []
count: False
show-source: False
statistics: False
hang-closing: False
filename: []
select: []

no_blank_comment: True
descending_issues_order: False
only_mention_files_with_errors: True

message:
opened:
header: ""
footer: ""
updated:
header: ""
footer: ""
no_errors: "There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers: "

0 comments on commit f855022

Please sign in to comment.