Skip to content

Commit

Permalink
tool.ruff.format.exclude = ["test/test_browser.py"]
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 14, 2024
1 parent 1f1d944 commit 75c0d70
Show file tree
Hide file tree
Showing 2 changed files with 1,237 additions and 3,021 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ exclude = [
"./tools/scons/",
".git",
]

format.exclude = [
"./test/test_browser.py",
]
format.quote-style = "preserve"
indent-width = 2
line-length = 120
Expand Down
Loading

0 comments on commit 75c0d70

Please sign in to comment.