mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 02:54:03 +02:00
8 lines
386 B
TOML
8 lines
386 B
TOML
[tool.black]
|
|
exclude = '''
|
|
(
|
|
/(\.venv|venv|\.git|\.mypy_cache|\.pytest_cache|\.tox|build|dist)/ # Exclude virtual environments, caches, build directories
|
|
| .*definitions\.py$ # Exclude specific files (e.g., definitions.py)
|
|
| .*loadScripts\.py$ # Exclude loadScripts.py
|
|
)
|
|
''' |