Commit Graph

8 Commits (71211e7db7243377f862dfdea9a9c3a511df66c2)

Author SHA1 Message Date
dirkf 0861812d72 [build] Fix typo in `devscripts/fish-completion.py` (fix 2285605)
dirkf b870181229 [build] Extend use of `devscripts/utils`
Yen Chi Hsuan 582be35847
Update coding style after pycodestyle 2.1.0
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 ; thanks @stepshal for first mentioning this issue and
initial patches
Yen Chi Hsuan 95240b8093 Use `insert` for all sys.path manipulations
Closes .
Jouke Waleson fab6d4c048 remove useless line, the result is never used
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jouke Waleson 5f6a1245ff PEP8 applied
Jaime Marquínez Ferrándiz 56d1912f1d Add a completion script generator for the fish shell