mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
5 lines
78 B
Python
5 lines
78 B
Python
from __future__ import annotations
|
|
|
|
|
|
class FatalError(RuntimeError):
|
|
pass
|