mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 00:24:21 +01:00
extract ruff lint rules to workspace
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user