mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
remove commented out code.
This commit is contained in:
parent
3d18cba243
commit
2f97bc30a0
1 changed files with 0 additions and 8 deletions
8
setup.py
8
setup.py
|
|
@ -23,14 +23,6 @@ setup(
|
|||
],
|
||||
|
||||
packages=find_packages(exclude=('tests*', 'testing*')),
|
||||
# install_requires=[
|
||||
# # quickfix to prevent pycodestyle conflicts
|
||||
# 'flake8==3.5.0',
|
||||
# 'autopep8==1.3.5',
|
||||
# 'pycodestyle==2.4.0',
|
||||
# 'pyyaml',
|
||||
# 'six',
|
||||
# ],
|
||||
install_requires=[
|
||||
# quickfix to prevent pycodestyle conflicts
|
||||
'flake8==3.5.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue