diff --git a/tox.ini b/tox.ini index 3dfe03d..6b04d99 100644 --- a/tox.ini +++ b/tox.ini @@ -33,11 +33,9 @@ commands = [isort] profile=black forced_separate = shellfoundry,tests -skip = mibs [flake8] max-line-length = 88 ;we don't need have docstrings in every func, class and package ;and W503 is not PEP 8 compliant -ignore = D100,D101,D102,D103,D104,D105,D106,D107,D401,W503,E203 -exclude = mibs +ignore = D100,D101,D102,D103,D104,D105,D106,D107,D401,W503,E203,T001,T201