diff --git a/setup.cfg b/pytest.ini similarity index 79% rename from setup.cfg rename to pytest.ini index f09dd2e..2d19143 100644 --- a/setup.cfg +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] pep8maxlinelength = 100 -pep8ignore = +pep8ignore = docs/conf.py ALL