diff --git a/setup.cfg b/setup.cfg index 893bcbb..7d693e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,9 +9,5 @@ xunit-file=xunit.xml cover-html=true cover-html-dir=coverage -[pep257] -inherit = false -ignore = D100,D101,D102,D103,D104,D203 - [flake8] max-line-length = 120