diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-22 20:40:29 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-22 20:40:29 -0500 |
| commit | 80f11263839802adb232f261364791446948d6ff (patch) | |
| tree | e7c43839ca4e28a10f9cb589f14d3342e4a8e2f7 /pyproject.toml | |
| parent | 6f4b2c97a24967508f3970b46999052fd1f44e67 (diff) | |
feat: implement t-1o2cbco62ly
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 15ca3c4..0e8c8f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ strict = true implicit_reexport = true [tool.ruff] -exclude = ["_", ".git"] +exclude = ["_", ".git", "build"] line-length = 80 indent-width = 4 target-version = "py310" @@ -39,6 +39,10 @@ ignore = [ "S607", # start-process-with-partial-path "TD002", # missing-todo-author, just don't allow todos "TD003", # missing-todo-link, just don't allow todos + "COM812", # trailing-comma-missing, conflicts with ruff format + "ISC001", # implicit-string-concatenation, conflicts with ruff format + "E501", # line-too-long + "RUF100", # unused-noqa ] [tool.ruff.lint.isort] |
