💡 add comment on ruff ignores

This commit is contained in:
Laureηt 2023-05-24 22:02:47 +02:00
parent 69e24bfbd6
commit a40c86ad65
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -27,7 +27,9 @@ ruff = "^0.0.267"
[tool.ruff]
line-length = 120
ignore = ["G004"]
ignore = [
"G004", # Logging statement uses f-string
]
select = [
"A", # flake8-builtins
"B", # flake8-bugbear