-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add flake8 linter and isort workflow to aucmedi #228
base: development
Are you sure you want to change the base?
Add flake8 linter and isort workflow to aucmedi #228
Conversation
- add flake8 with config for code sytle linting - add isort with config for import sorting
- lint automl/block_eval and pred - replace nested if else with match case
- rerun isort to fix import order errors - update flake8 workflow to run correct command
Really nice contribution, thank you very much for that awesome code quality improvement! One thing: AUCMEDI officially supports the latest NumPy stable Python version -> 3.9 right now. We plan to integrate the PR after the dev branch is build stable again (probably next week as @rizoudal is fixing the last two bugs in #227 ). |
Adds flake8 and isort import linter to aucmedi workflows with custom config.