mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Merge pull request #911 from asottile/bump_cfgv
bump cfgv, forgot in last PR
This commit is contained in:
commit
2941a1142b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -36,7 +36,7 @@ setup(
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'aspy.yaml',
|
'aspy.yaml',
|
||||||
'cfgv>=1.3.0',
|
'cfgv>=1.4.0',
|
||||||
'identify>=1.0.0',
|
'identify>=1.0.0',
|
||||||
# if this makes it into python3.8 move to extras_require
|
# if this makes it into python3.8 move to extras_require
|
||||||
'importlib-metadata',
|
'importlib-metadata',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue