Bug 1879558 - Reactivate invalid escape sequence warning in ruff r=ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D201220
This commit is contained in:
serge-sans-paille 2024-02-28 08:16:06 +00:00
Родитель 63aeff49c1
Коммит be941e4e19
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ select = [
]
ignore = [
# These should be triaged and either fixed or moved to the list below.
"E713", "E714", "W605",
"E713", "E714",
# These are intentionally ignored.
"E741", # ambiguous-variable-name