mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-06 13:30:41 +02:00
udpates ruff configuration
This commit is contained in:
parent
aca5aab1ef
commit
551b8f0158
@ -77,9 +77,9 @@ select = [
|
|||||||
"YTT", # flake8-2020
|
"YTT", # flake8-2020
|
||||||
"W", # pycodestyle warnings
|
"W", # pycodestyle warnings
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.ruff.lint]
|
||||||
ignore = [
|
ignore = [
|
||||||
"E203", # whitespace-before-punctuation
|
|
||||||
"W292", # missing-newline-at-end-of-file
|
|
||||||
"PERF203", # try-except-in-loop
|
"PERF203", # try-except-in-loop
|
||||||
]
|
]
|
||||||
extend-exclude = [
|
extend-exclude = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user