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

ci: let flake8 be configured in a single place instead of three #497

Merged

Conversation

consideRatio
Copy link
Collaborator

@consideRatio consideRatio commented Mar 24, 2022

I saw three configuration locations for flake8, each of which had the same configuration. Since pre-commit will be run and register the .flake8 configuration file in the git repo's root folder, I figure it made sense to avoid having multiple dupicates of this config.

I also saw that the central .flake8 configuration mentioned two not existing files that wasn't .gitignored either, I assume they have been part of the repo but no longer are. Due to that, I figured it made sense to remove them as well.

Comment on lines -4 to -6
versioneer.py,
_version.py,
dask_gateway_config.py
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants