Skip to content

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

Merged
jacobtomlinson merged 2 commits intodask:mainfrom
consideRatio:pr/reduce-flake8-config-duplications
Mar 25, 2022
Merged

ci: let flake8 be configured in a single place instead of three#497
jacobtomlinson merged 2 commits intodask:mainfrom
consideRatio:pr/reduce-flake8-config-duplications

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.

2 participants