mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-14 23:53:32 -04:00
some cleanup
This commit is contained in:
@@ -173,3 +173,20 @@ skip_gitignore = true
|
||||
branch = true
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
select = [
|
||||
"F", # pyflakes rules
|
||||
"E", # pycodestyle error rules
|
||||
"W", # pycodestyle warning rules
|
||||
"B", # flake8-bugbear rules
|
||||
# "I", # isort rules
|
||||
]
|
||||
ignore = [
|
||||
"E501", # line-too-long
|
||||
]
|
||||
|
||||
[tool.ruff.format]
|
||||
indent-style = "space"
|
||||
quote-style = "single"
|
||||
|
||||
Reference in New Issue
Block a user