mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
6 lines
78 B
Python
6 lines
78 B
Python
from __future__ import annotations
|
|
|
|
|
|
class FatalError(RuntimeError):
|
|
pass
|