mirror of
https://github.com/Laurent2916/nio-llm.git
synced 2024-11-09 23:12:05 +00:00
💡 add comment on ruff ignores
This commit is contained in:
parent
69e24bfbd6
commit
a40c86ad65
|
@ -27,7 +27,9 @@ ruff = "^0.0.267"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
ignore = ["G004"]
|
ignore = [
|
||||||
|
"G004", # Logging statement uses f-string
|
||||||
|
]
|
||||||
select = [
|
select = [
|
||||||
"A", # flake8-builtins
|
"A", # flake8-builtins
|
||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
|
|
Loading…
Reference in a new issue