diff --git a/pyproject.toml b/pyproject.toml index 46e342e5..eeb89831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -192,6 +192,7 @@ extend-ignore = [ [tool.ruff.lint.per-file-ignores] "*/test_*.py" = ["S101","D100","D101","D102"] + "noxfile.py" = ["S101"] "**/conftest.py" = ["S101"] @@ -200,5 +201,5 @@ convention = "google" [tool.pydoclint] style = 'google' -exclude = '\.git|\.nox|tests*|noxfile.py' +exclude = '\.git|\.nox|tests*|noxfile.py|tables.py' arg-type-hints-in-docstring = true