Commit Graph
9 Commits
Author SHA1 Message Date
Nicola Soranzo 9b4de72ca6 Fix all E722 errors and ignore E741
Introduced in flake8 3.5.0
Fix import order.
2017-10-24 11:29:09 +01:00
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
Enis Afgan 6a77a186a8 Script doc correction 2017-07-14 11:21:56 -04:00
Nicola Soranzo 6ba6f798ec Fix more E203 flake8 errors 2016-05-17 23:53:16 +01:00
Nicola Soranzo 6569c2dcc3 Partially lint scripts/ . 2015-07-13 20:13:28 +01:00
Nate Coraor 73dd0b1a6f Add some additional documentation/usage in the doc string 2015-04-23 16:03:58 -04:00
Nate Coraor bdbc98c47c Fix the connection string when a database username is provided (reported
by @afgane in #151).
2015-04-23 15:46:46 -04:00
Nate Coraor fd5c41e902 Pull runtime stats from metrics by default (job state history remains an
option), a couple other minor improvements to the script.
2015-04-23 15:42:46 -04:00
Nate Coraor ef69881e56 Added a command line script for collecting stats on job runtimes to help
admins make decisions about how/where to run jobs.
2015-04-23 12:56:06 -04:00