diff --git a/pyproject.toml b/pyproject.toml index b22a550..cf93b98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ extend-select = [ "B0", # flake8-bugbear ] ignore = [ - "PGH001", + "S307", "B008", ]