diff --git a/pyproject.toml b/pyproject.toml index 36382e3..3a27c7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ extend-ignore = [ "D204", "D213", "D215", + "D107", "D400", "D404", "D406", @@ -27,7 +28,6 @@ extend-ignore = [ "D409", "D413", ] -ignore = ["E501", "D107"] per-file-ignores = {"tests/*" = ["D100","D101","D102","D103","D104"]} [tool.ruff.lint.mccabe] diff --git a/tox.ini b/tox.ini index f0eee92..2a906a4 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,7 @@ commands = [testenv:lint] description = Check code against coding style standards commands = + codespell {[vars]lib_path} codespell {tox_root} ruff check {[vars]all_path}