1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-04 09:17:08 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Irina Truong
8cb7009bcd
black all the things. (#1049)
* added black to develop guide

* no need for pep8radius.

* changelog.

* Add pre-commit checkbox.

* Add pre-commit to dev reqs.

* Add pyproject.toml for black.

* Pre-commit config.

* Add black to travis and dev reqs.

* Install and run black in travis.

* Remove black from dev reqs.

* Lower black target version.

* Re-format with black.
2019-05-25 13:08:56 -07:00
Irina Truong
0cae7e2036
Remove some functions completions (#982)
Remove extension and private functions from completer.
2019-01-02 16:15:59 -08:00
Joakim Koljonen
f355c30ef7
Include arguments in function completions
E.g. instead of suggesting `my_func()`, suggest `my_func(arg1 :=, arg2 :=)`
or `my_func(arg1 text, arg2 bigint)`, depending on the context.
2017-06-25 01:35:22 +02:00
Étienne BERSAC
e124c03575
Fix PEP8 empty line errors 2017-06-14 18:12:05 +02:00
Darik Gamble
c66fbbf598 Add parseutils module for processing CTEs (not hooked up yet) 2016-07-27 15:33:58 -04:00
Darik Gamble
a52ee78fcb Move parseutils tests into test subfolder 2016-07-27 15:33:58 -04:00