Loading .flakerules.toml +13 −0 Original line number Diff line number Diff line Loading @@ -137,3 +137,16 @@ pycodestyle = [ flake8-docstrings = [ "-D1*", ] [tool.flakeheaven.exceptions."tests/"] flake8-docstrings = [ # DISABLE "Missing docstring in public module" # Test modules are not public modules "-D100", ] [tool.flakeheaven.exceptions."README.md"] flake8-docstrings = ["-*"] [tool.flakeheaven.exceptions."doc/*"] flake8-docstrings = ["-*"] Loading
.flakerules.toml +13 −0 Original line number Diff line number Diff line Loading @@ -137,3 +137,16 @@ pycodestyle = [ flake8-docstrings = [ "-D1*", ] [tool.flakeheaven.exceptions."tests/"] flake8-docstrings = [ # DISABLE "Missing docstring in public module" # Test modules are not public modules "-D100", ] [tool.flakeheaven.exceptions."README.md"] flake8-docstrings = ["-*"] [tool.flakeheaven.exceptions."doc/*"] flake8-docstrings = ["-*"]