mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add error_handler and use it.
This commit is contained in:
parent
e3d29a897b
commit
9a017dcbe9
8 changed files with 177 additions and 35 deletions
6
pre_commit/errors.py
Normal file
6
pre_commit/errors.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
class FatalError(RuntimeError):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue