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

train_base_command() is border line too complex according to flake8 #474

Open
SamuelLarkin opened this issue Jun 18, 2024 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@SamuelLarkin
Copy link
Collaborator

While debugging for #419, I had to add some debugging code, not that much and when I tried to commit my changes, flake8 was complaining that train_base_command() was too complex.
We should consider refactoring that function.

flake8...................................................................Failed
- hook id: flake8
- exit code: 1

everyvoice/base_cli/helpers.py:147:1: C901 'train_base_command' is too complex (42)
@SamuelLarkin SamuelLarkin self-assigned this Jun 18, 2024
@SamuelLarkin SamuelLarkin removed their assignment Jul 9, 2024
@roedoejet roedoejet added the enhancement New feature or request label Sep 9, 2024
@roedoejet roedoejet added this to the 1.0 milestone Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants