Skip to content

Instantly share code, notes, and snippets.

@chinskiy
Created May 18, 2017 21:00
Show Gist options
  • Save chinskiy/25ef890d0a192ec8e6f8b3f81fbbcd9d to your computer and use it in GitHub Desktop.
Save chinskiy/25ef890d0a192ec8e6f8b3f81fbbcd9d to your computer and use it in GitHub Desktop.
my pep8speaks.yml conf file
message: # Customize the comment made by the bot
opened: # Messages when a new PR is submitted
header: "Hi! Thank you for submitting the Pull Request !"
# The keyword {name} is converted into the author's username
footer: "Do see the [Hitchhiker's guide to code style](https://goo.gl/hqbW4r)"
# The messages can be written as they would over GitHub
updated: # Messages when new commits are added to the PR
header: "Hi! Thank you for updating !"
footer: ""
scanner:
diff_only: True # If True, errors caused by only the patch are shown
pycodestyle:
ignore: # Errors and warnings to ignore
- E501
statistics: True
no_blank_comment: False # If True, no comment is made when the bot does not find any pep8 errors
only_mention_files_with_errors: True # If set to False, a separate status comment for each file is made.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment