Commit Graph

6 Commits

Author SHA1 Message Date
Oz N Tiram
c941d74b37 Remove all shebangs from Python modules and checker
As discussed, Python modules which aren't intended to be invoked
as scripts should not include a shebang line.

Update CONTRIBUTING.md and the checker script.
This script now includes a list SKIP_FILES for files that
should not be checked for boilerplate template.
The tests will now fail if a Python module has a shebang line.
Scripts which should have a shebang line and exists in the directory
`hack` can be ignored by adding them to the SKIP_FILES list.
2019-08-27 22:18:52 +02:00
micw523
0229f0adb2
Restore one-line link 2019-02-11 17:11:37 -06:00
Neha Yadav
0fc0d404ac Update pycodestyle 2019-02-08 02:46:07 +05:30
Neha Yadav
d56fdbc0cc Verify Boilerplate fix 2018-12-05 22:22:59 +05:30
Phil Hoffman
3682e9b052 *Update ExecProvider to use safe_get()
*Update unit tests to use ConfigNode() instead of dict()
2018-10-10 21:31:31 -04:00
Dov Reshef
becae56634 Add partial support for out-of-tree client authentication providers (token only, no caching) 2018-09-06 12:28:50 +03:00