mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-23 17:40:02 +02:00
updates pyproject toml (ruff config)
This commit is contained in:
parent
0e47f6c4d3
commit
534ff4c149
@ -56,7 +56,6 @@ select = [
|
||||
"F", # pyflakes
|
||||
"FLY", # flynt
|
||||
"G", # flake8-logging-format
|
||||
"LOG", # flake8-logging
|
||||
"I", # isort
|
||||
"ICN", # flake8-import-conventions
|
||||
"INP", # flake8-no-pep420
|
||||
@ -83,7 +82,7 @@ ignore = [
|
||||
"PERF203", # try-except-in-loop
|
||||
]
|
||||
extend-exclude = [
|
||||
"docs", "frontend", "tests"
|
||||
"docs", "frontend"
|
||||
]
|
||||
|
||||
[tool.ruff.lint.mccabe]
|
||||
|
Loading…
x
Reference in New Issue
Block a user