mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 01:34: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'
|
||||
|
||||
Reference in New Issue
Block a user