Closed rnestler closed 1 year ago
flake8 is already specified as a dev-dependency in pyproject.toml, so adding it to the project will result in requiring two conflicting flake8 versions: The one specified in pyproject.toml and the latest one.
The install and linting step passes now, but the unit tests fail...
I'll approve and merge for now since this is a simple fix. Thanks for doing this!
flake8 is already specified as a dev-dependency in pyproject.toml, so adding it to the project will result in requiring two conflicting flake8 versions: The one specified in pyproject.toml and the latest one.