mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
11
.ruff.toml
11
.ruff.toml
@@ -1,6 +1,6 @@
|
||||
target-version = "py310"
|
||||
line-length = 100
|
||||
|
||||
extend-exclude = ["temp"]
|
||||
|
||||
select = [
|
||||
"E", # pycodestyle errors
|
||||
@@ -19,24 +19,25 @@ select = [
|
||||
]
|
||||
|
||||
ignore = [
|
||||
'A003',
|
||||
'E501',
|
||||
'E711',
|
||||
'E712',
|
||||
'E741',
|
||||
'A003',
|
||||
'F401',
|
||||
'F841',
|
||||
'PT004',
|
||||
'SIM108',
|
||||
'SIM102',
|
||||
'SIM105',
|
||||
'SIM108',
|
||||
'SIM115',
|
||||
'F841',
|
||||
]
|
||||
|
||||
[format]
|
||||
quote-style = "single"
|
||||
|
||||
[isort]
|
||||
known-first-party = ["openfreemaps"]
|
||||
known-first-party = ["lib"]
|
||||
lines-after-imports = 2
|
||||
|
||||
[flake8-comprehensions]
|
||||
|
||||
Reference in New Issue
Block a user