diff --git a/pyproject.toml b/pyproject.toml index 6e2a4ab..9f8f8b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,6 @@ lint.ignore = [ "ANN002", # *args "ANN003", # **kwargs "ANN401", # Any - "ANN101", # self: Self "SIM108", # single-line if / else assignment "RET504", # x=y+z; return x "PIE790", # unnecessary pass