Skip to content

Commit d4d917a

Browse files
committed
STY: Configure pep8speaks
1 parent 8915807 commit d4d917a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.pep8speaks.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
footer: "To test for issues locally, `pip install flake8` and then run `flake8 nibabel`."
12+
no_errors: "Cheers! There are no style issues detected in this Pull Request. :beers: "

0 commit comments

Comments
 (0)