Ignore PLC1901

This commit is contained in:
Gabriel Augendre 2023-03-14 11:05:58 +01:00
parent 76d7964d53
commit 7d930c4f7e

View file

@ -47,6 +47,7 @@ ignore = [
"E501", # long lines
"D1", # missing docstring
"TRY003", # Avoid specifying long messages outside the exception class
"PLC1901", # {} can be simplified to {} as an empty string is falsey
]
[tool.ruff.per-file-ignores]
"**/tests/*" = [