Skip to content

Commit 3edcdb6

Browse files
author
Jacob Roberts
committed
RF: Update pep8speaks config to test all files in the repo
1 parent d96910b commit 3edcdb6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.pep8speaks.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
scanner:
2-
diff_only: True # Only show errors caused by the patch
2+
# Only show errors caused by the patch. False means we check everything
3+
# according to the config for flake8 in setup.cfg
4+
diff_only: False
35
linter: flake8
46

5-
message: # Customize the comment made by the bot
6-
opened: # Messages when a new PR is submitted
7+
message: # Customize the comment made by the bot
8+
opened: # Messages when a new PR is submitted
79
header: "Hello @{name}, thank you for submitting the Pull Request!"
810
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
11+
updated: # Messages when new commits are added to the PR
1012
header: "Hello @{name}, Thank you for updating!"
1113
footer: "To test for issues locally, `pip install flake8` and then run `flake8 nibabel`."
1214
no_errors: "Cheers! There are no style issues detected in this Pull Request. :beers: "

0 commit comments

Comments
 (0)