mirror of
https://github.com/simonw/datasette.git
synced 2026-08-09 02:44:19 +02:00
* ruff>=0.16.0 See https://astral.sh/blog/ruff-v0.16.0 * uv run ruff check . --fix --unsafe-fixes * Ruff fixes by Claude Code Opus 5
7 lines
No EOL
253 B
TOML
7 lines
No EOL
253 B
TOML
line-length = 160
|
|
target-version = "py310"
|
|
|
|
[lint.flake8-bugbear]
|
|
# from_extra() returns a dataclasses.field(), so it is safe as a dataclass
|
|
# default - ruff cannot see through the wrapper (RUF009)
|
|
extend-immutable-calls = ["datasette.views.from_extra"] |