exclude tinytex-release from ruff

This commit is contained in:
Sina Atalay
2024-07-05 17:23:20 +03:00
parent 1fc7b3a552
commit 2cbbfd9552

View File

@@ -203,9 +203,7 @@ run-and-report = "coverage run -m pytest && coverage report && coverage html --s
# file automatically.
[tool.ruff]
exclude = [
"rendercv/tinytex-release/download_and_minimize_tinytex_for_rendercv.py",
]
exclude = ["tinytex-release"]
output-format = "github"
[tool.black]