The inclusion of autopep8 fixes T3690
Details
Details
- Reviewers
- None
- Maniphest Tasks
- T3690: autopep8
After installing: enter autopep8 on the command line to execute
the autopep8 program using the Python2 interpreter. Enter autopep83
to execute the program using the Python3 interpreter. You can also test using
python -c "import autopep8"
python3 -c "import autopep8"
and no errors should be returned
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Sorry guys! I must have stuffed up something with arc, it created this diff rather than push the changes to the existing diff I was working on D1067