diff --git a/tox.ini b/tox.ini index af01c249..78df6644 100644 --- a/tox.ini +++ b/tox.ini @@ -29,8 +29,7 @@ downloadcache = ~/cache/pip [flake8] # F811: redefinition of unused 'client' from line 81 # F821: undefined name -# F841: local variable is assigned to but never used # H304: no relative imports -ignore = F811,F821,F841,H304 +ignore = F811,F821,H304 show-source = True exclude = .venv,.tox,dist,doc,*egg,build