Files
pyscript/pyproject.toml
2025-08-18 13:36:36 +02:00

10 lines
296 B
TOML

[tool.codespell]
ignore-words-list = "afterall"
skip = "*.js,*.json"
[tool.ruff]
line-length = 114
lint.select = ["C4", "C90", "E", "EM", "F", "PIE", "PYI", "PLC", "Q", "RET", "W"]
lint.ignore = ["E402", "E722", "E731", "E741", "F401", "F704", "F821", "PLC0415"]
lint.mccabe.max-complexity = 27