8 lines
121 B
TOML
8 lines
121 B
TOML
[tool.ruff]
|
|
line-length = 88
|
|
extend-exclude = [
|
|
"excluded.py",
|
|
"migrations",
|
|
"directory/also_excluded.py",
|
|
]
|