HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 25 forks source link

For flake8 skip build folder #700

Closed vitodb closed 4 months ago

vitodb commented 5 months ago

This PR is to exclude "build" folder to be tested by flake8, this folder is created while running the test. On Jenkins we caught the following report:

./build/lib/decisionengine/framework/version.py:5:5: F401 'typing.Tuple' imported but unused
    from typing import Tuple
    ^
1     F401 'typing.Tuple' imported but unused

Though this happens while using setuptools-scm 8.0.3, with 8.0.4 the generated version.py is compliant with flake8.