tools: run additional linters

This commit is contained in:
Marcin Kurczewski 2024-03-26 16:00:26 +01:00
parent e185465836
commit a5a047f608
12 changed files with 124 additions and 36 deletions

6
tools/shared/common.py Normal file
View file

@ -0,0 +1,6 @@
from pathlib import Path
TOOLS_DIR = Path(__file__).parent.parent
REPO_DIR = TOOLS_DIR.parent
DATA_DIR = REPO_DIR / "src"
SRC_DIR = REPO_DIR / "src"