We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8915807 commit d4d917aCopy full SHA for d4d917a
.pep8speaks.yml
@@ -0,0 +1,12 @@
1
+scanner:
2
+ diff_only: True # Only show errors caused by the patch
3
+ linter: flake8
4
+
5
+message: # Customize the comment made by the bot
6
+ opened: # Messages when a new PR is submitted
7
+ header: "Hello @{name}, thank you for submitting the Pull Request!"
8
+ footer: "To test for issues locally, `pip install flake8` and then run `flake8 nibabel`."
9
+ updated: # Messages when new commits are added to the PR
10
+ header: "Hello @{name}, Thank you for updating!"
11
12
+ no_errors: "Cheers! There are no style issues detected in this Pull Request. :beers: "
0 commit comments