diff --git a/scripts/check_markdown_math.py b/scripts/check_markdown_math.py index 24979d1..88c9642 100644 --- a/scripts/check_markdown_math.py +++ b/scripts/check_markdown_math.py @@ -9,7 +9,6 @@ from pathlib import Path - ROOT = Path(__file__).resolve().parents[1] SKIP_PARTS = {".git", ".venv", "build", "dist"}