diff --git a/pyproject.toml b/pyproject.toml index 34ed65fd..8559f3f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,6 +154,7 @@ ignore = [ "S101", "S104", "D105", "D106", "D107", "D200", "D212", "PD011", + "PLW1510", ] # Allow autofix for all enabled rules (when `--fix`) is provided.