diff --git a/pyproject.toml b/pyproject.toml index 8888f81b9f1e54..04c52c49bcd5db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -791,7 +791,6 @@ ignore = [ "D406", # Section name should end with a newline "D407", # Section name underlining "D417", # Missing argument descriptions in docstring - to allow documenting only non-obvious parameters - "E501", # line too long "PLC1901", # {existing} can be simplified to {replacement} as an empty string is falsey; too many false positives "PLR0911", # Too many return statements ({returns} > {max_returns})