mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-14 20:39:15 -05:00
Add error_handler and use it.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
"""five: six, redux"""
|
||||
# pylint:disable=invalid-name
|
||||
PY2 = str is bytes
|
||||
PY3 = str is not bytes
|
||||
|
||||
Reference in New Issue
Block a user