mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 10:31:46 +04:00
feat(main): add completions to cli
Uses `argcomplete` to add basic completions to the cli.
This commit is contained in:
parent
7c69730ad2
commit
c3068fe222
2 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ install_requires =
|
|||
virtualenv>=15.2
|
||||
futures; python_version<"3.2"
|
||||
importlib-resources; python_version<"3.7"
|
||||
argcomplete
|
||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
|
||||
|
||||
[options.entry_points]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue