We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1937a4 commit 2146725Copy full SHA for 2146725
1 file changed
pyproject.toml
@@ -40,6 +40,7 @@ publish-url = "https://upload.pypi.org/legacy/"
40
balatrobot = { git = "https://github.com/S1M0N38/balatrobot.git", rev = "main" }
41
42
[tool.ruff]
43
+exclude = [".venv", "balatrobot", "balatro"]
44
lint.extend-select = ["I"]
45
lint.task-tags = ["FIX", "TODO", "HACK", "WARN", "PERF", "NOTE", "TEST"]
46
0 commit comments