diff --git a/pyproject.toml b/pyproject.toml index c4969143..b856f612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ select = [ "RUF100", ] ignore = [ - "E501", # line too long, duplicate with black + "E501", # line too long, duplicate with ruff fmt "E731", # lambda sometimes is more readable "F401", # imported but unused, duplicate with pyright "F841", # local variable is assigned to but never used, duplicate with pyright