File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 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 niworkflows`."
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 niworkflows`."
12+ no_errors : " Cheers! There are no style issues detected in this Pull Request. :beers: "
Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ duecredit =
7070pointclouds =
7171 pyntcloud
7272style =
73- flake8 < 3.0
74- flake8-putty
73+ flake8 >= 3.7.0
7574test =
7675 pytest >= 4.4
7776 pytest-xdist >= 1.28
Original file line number Diff line number Diff line change 22max-line-length = 99
33doctests = False
44exclude =*build/
5- putty-ignore =
6- */__init__.py : +F401
7- docs/conf.py : +E265
8- /^\s*\.\. _.*?: http/ : +E501
5+ per-file-ignores =
6+ **/__init__.py : F401
7+ docs/conf.py : E265
98
109[pytest]
1110norecursedirs = .git
You can’t perform that action at this time.
0 commit comments