From 2872cb9d248ad0599a087017b77fd114b4ed26a7 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Wed, 2 Oct 2019 12:16:20 -0400 Subject: [PATCH] MAINT: Configure pep8speaks --- .pep8speaks.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .pep8speaks.yml diff --git a/.pep8speaks.yml b/.pep8speaks.yml new file mode 100644 index 00000000..04f98205 --- /dev/null +++ b/.pep8speaks.yml @@ -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: "