diff --git a/.gitignore b/.gitignore index 0f91b06b..d2241941 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -tests/openwisp2/saml/* - # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/setup.cfg b/setup.cfg index a98bfd8a..574a6ac6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,8 +19,6 @@ force_grid_wrap=0 ignore = W605, W503, W504, E203 exclude = *.egg-info, .git, - ./tests/openwisp2/saml/* - ./test-* ./tests/*settings*.py, docs/* max-line-length = 88