mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
extract ruff lint rules to workspace
This commit is contained in:
parent
46135e43ce
commit
50c8b2ca2e
2 changed files with 13 additions and 13 deletions
|
@ -53,19 +53,6 @@ strip-extras = true
|
|||
header = false
|
||||
upgrade = false
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.lint]
|
||||
extend-select = [
|
||||
"E", # pycodestyle errors
|
||||
"W", # pycodestyle warings
|
||||
"F", # pyflakes
|
||||
'Q', # flake8-quotes
|
||||
'C90', # mccabe
|
||||
'I', # isort
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = 'tests'
|
||||
log_format = '%(name)s %(levelname)s: %(message)s'
|
||||
|
|
|
@ -15,3 +15,16 @@ limbo_test = { workspace = true }
|
|||
|
||||
[tool.uv.workspace]
|
||||
members = ["testing", "scripts", "antithesis-tests", "bindings/python"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.lint]
|
||||
extend-select = [
|
||||
"E", # pycodestyle errors
|
||||
"W", # pycodestyle warings
|
||||
"F", # pyflakes
|
||||
'Q', # flake8-quotes
|
||||
'C90', # mccabe
|
||||
'I', # isort
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue