Skip to content

Commit 2146725

Browse files
committed
chore: exclude venv and balatrobot from linting
1 parent f1937a4 commit 2146725

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ publish-url = "https://upload.pypi.org/legacy/"
4040
balatrobot = { git = "https://github.com/S1M0N38/balatrobot.git", rev = "main" }
4141

4242
[tool.ruff]
43+
exclude = [".venv", "balatrobot", "balatro"]
4344
lint.extend-select = ["I"]
4445
lint.task-tags = ["FIX", "TODO", "HACK", "WARN", "PERF", "NOTE", "TEST"]
4546

0 commit comments

Comments
 (0)