mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Support terminal width on windows. Resolves #199
This commit is contained in:
parent
139744582b
commit
4f6e4aedee
2 changed files with 5 additions and 16 deletions
1
setup.py
1
setup.py
|
|
@ -41,6 +41,7 @@ setup(
|
|||
install_requires=[
|
||||
'argparse',
|
||||
'aspy.yaml',
|
||||
'backports.shutil_get_terminal_size',
|
||||
'cached-property',
|
||||
'jsonschema',
|
||||
'nodeenv>=0.11.1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue