aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/fish-completion.py
Commit message (Collapse)AuthorAgeFilesLines
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+1
| | | | | | | | | | In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches
* Use `insert` for all sys.path manipulationsYen Chi Hsuan2015-09-261-1/+1
| | | | Closes #6867.
* remove useless line, the result is never usedJouke Waleson2014-11-231-1/+0
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* PEP8 appliedJouke Waleson2014-11-231-0/+1
|
* Add a completion script generator for the fish shellJaime Marquínez Ferrándiz2014-09-141-0/+48