zopefoundation / Products.PythonScripts

Provides support for restricted execution of Python scripts in Zope.
Other
6 stars 10 forks source link

Fix linting issue #41

Closed jugmac00 closed 4 years ago

jugmac00 commented 4 years ago

... which arise with the new flake8 version.

tests is no longer a valid flake8 param, as it is no top level directory.

As it is a subfolder of the src folder, it gets linted anyway.

modified: tox.ini