mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-31 18:46:53 +00:00
Add flake8 hook. Tests are broken though.
This commit is contained in:
parent
777d06b336
commit
1c9ce9dfd2
3 changed files with 9 additions and 5 deletions
1
setup.py
1
setup.py
|
|
@ -7,6 +7,7 @@ setup(
|
|||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||
install_requires=[
|
||||
'argparse',
|
||||
'flake8',
|
||||
'plumbum',
|
||||
'pyflakes',
|
||||
'pyyaml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue