Skip to content

Commit

Permalink
MAINT: Configure pep8speaks
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 2, 2019
1 parent 9fef38e commit 2872cb9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
scanner:
diff_only: True # Only show errors caused by the patch
linter: flake8

message: # Customize the comment made by the bot
opened: # Messages when a new PR is submitted
header: "Hello @{name}, thank you for submitting the Pull Request!"
footer: "To test for issues locally, `pip install flake8` and then run `flake8 fitlins`."
updated: # Messages when new commits are added to the PR
header: "Hello @{name}, Thank you for updating!"
footer: "To test for issues locally, `pip install flake8` and then run `flake8 fitlins`."
no_errors: "Cheers! There are no style issues detected in this Pull Request. :beers: "

0 comments on commit 2872cb9

Please sign in to comment.