Sign in
cobalt
/
pre-commit-hooks
/
a7f73434a6fa95b2f14c476e8a1d3d10590946d5
/
.
/
pre_commit_hooks
/
autopep8_wrapper.py
blob: 78a1cce8e35d1fd7f7e0ab11a573b2e54316a413 [
file
] [
log
] [
blame
]
def
main
()
->
int
:
raise
SystemExit
(
'autopep8-wrapper is deprecated. Instead use autopep8 directly via '
'https://github.com/pre-commit/mirrors-autopep8'
,
)
if
__name__
==
'__main__'
:
exit
(
main
())