diff --git a/pyproject.toml b/pyproject.toml index 167d66b..0383eb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,9 +85,11 @@ testpaths = [ fix = true force-exclude = true lint.ignore = [ + "COM812", "D203", "D212", "D407", + "ISC001", ] lint.isort = {known-first-party = [ "example",