mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Remove autopep8-wrapper in favor of autopep8
This commit is contained in:
parent
78b24438db
commit
526904b159
5 changed files with 20 additions and 49 deletions
4
setup.py
4
setup.py
|
|
@ -24,9 +24,7 @@ setup(
|
|||
|
||||
packages=find_packages(exclude=('tests*', 'testing*')),
|
||||
install_requires=[
|
||||
# quickfix to prevent pycodestyle conflicts
|
||||
'flake8!=2.5.3',
|
||||
'autopep8>=1.3',
|
||||
'flake8',
|
||||
'pyyaml',
|
||||
'six',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue