Nicola Soranzo
|
21b44bf348
|
Fix all E201 and E202 style errors
using the following command:
```
autopep8 -i -r --exclude $(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -sd,) --select E201,E202 .
```
|
2017-08-17 11:35:39 +01:00 |
|
Nicola Soranzo
|
3d57c22b63
|
Fix I201 errors from flake8-import-order
Also fix Python3 compatibility.
Remove unused method
galaxy.tools.parameters.sanitize.ToolParameterSanitizer.restore_param() .
|
2016-11-23 18:31:04 +00:00 |
|
Nicola Soranzo
|
1d17a29c79
|
Fixes for pycodestyle 2.2.0
|
2016-11-15 16:56:50 +00:00 |
|
Nicola Soranzo
|
d85db9daa6
|
Use __file__ when adding paths to sys.path instead of os.getcwd() .
Also insert additional paths in position 1 unless strictly necessary.
|
2016-02-18 15:45:15 +00:00 |
|
Nicola Soranzo
|
196d174716
|
Python 3 support for 3 files.
|
2016-02-18 15:45:15 +00:00 |
|
Nicola Soranzo
|
93348e7199
|
Fix the remaining 1334 flake8 errors in scripts/ . Close #391.
|
2016-02-18 15:45:15 +00:00 |
|
Richard Park
|
6839829211
|
Cleaned up codebase for attempting adding api additions to the galaxy main branch
|
2012-08-03 02:09:05 -04:00 |
|
Richard Park
|
e6d5c55c89
|
Updated notes on how to run api/workflow_execute_parameters.py
|
2012-04-10 23:00:41 -04:00 |
|