updated pyproject.toml

This commit is contained in:
2026-02-17 22:24:24 -05:00
parent d470243fdd
commit 959d599ff9
2 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class FileChange:
original: str
fixed: str
WARNING_PATTERN = re.compile(r"(?:^[\d\-T:.Z]+ )?(warning:|trace: warning:)")
TIMESTAMP_PREFIX = re.compile(r"^[\d\-T:.Z]+ ")
NIX_STORE_PATH = re.compile(r"/nix/store/[^/]+-source/([^:]+\.nix)")