Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint: Fixes the lint job #19

Merged
merged 1 commit into from
Sep 5, 2022
Merged

Conversation

claudiubelu
Copy link
Contributor

flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error:

AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder'

This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13

flake8 released version 5.0.0. Because of this, pyproject-flake8
is failing because a class it was using from flake8 no longer exists,
resulting in the following error:

AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder'

This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
@claudiubelu
Copy link
Contributor Author

This solves the failing lint job.

@claudiubelu claudiubelu merged commit ab898ea into finos:main Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not compatible with flake8 5.0
1 participant