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

Updated flake8 dependency, added autoflake #1060

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

Bartvaderkin
Copy link
Contributor

The flake8 dependency was ancient and needed to update so we can use autoflake

With autoflake you can automatically fix some flake8 issues, so it works similar to black and isort.

I use this mostly for unused imports, because I always forget:

autoflake --in-place --remove-all-unused-imports

(also fixed some issues from new tooling)

Also fixed some issues from new tooling
@Bartvaderkin Bartvaderkin marked this pull request as ready for review February 27, 2024 13:06
@stevenbal stevenbal merged commit 2c3db0c into develop Feb 27, 2024
17 checks passed
@stevenbal stevenbal deleted the fix/flake8-update branch February 27, 2024 13:47
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