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

Resolve remaining issues spotted by flake8 #29

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

robert-scheck
Copy link
Contributor

  • C901 'main' is too complex (18)
  • E501 line too long (83 > 79 characters)
  • F401 '.aggregate6.aggregate' imported but unused

As --exit-zero is removed, flake8 might fail hard now, but this hopefully avoids new issues and helps to only improve the current situation.

- C901 'main' is too complex (18)
- E501 line too long (83 > 79 characters)
- F401 '.aggregate6.aggregate' imported but unused
@job job merged commit 8e90749 into job:master Nov 17, 2024
10 checks passed
@robert-scheck robert-scheck deleted the flake8-rest branch November 17, 2024 09:16
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.

2 participants