Dannon Baker
|
623a5e165a
|
Apply black formatting.
Apply isort.
|
2022-02-03 07:42:20 -05: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 |
|
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
|
93348e7199
|
Fix the remaining 1334 flake8 errors in scripts/ . Close #391.
|
2016-02-18 15:45:15 +00:00 |
|
John Duddy
|
a2c0328241
|
Merge
|
2011-10-07 13:25:19 -07:00 |
|
Nate Coraor
|
e7180eed8f
|
New API scripts to do POST/PUT/DELETE without any guidance. Use like:
./update.py key url param1=val param2=val
|
2011-09-14 14:40:38 -04:00 |
|