mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-06 19:01:18 +03:00
tools: run additional linters
This commit is contained in:
parent
e185465836
commit
a5a047f608
12 changed files with 124 additions and 36 deletions
6
tools/shared/common.py
Normal file
6
tools/shared/common.py
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue