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

Run flake8 via pre-commit and resolve findings with the help of black #125

Merged
merged 4 commits into from
Apr 24, 2023

Conversation

dbast
Copy link
Member

@dbast dbast commented Mar 8, 2023

Description

This adds flake8 to pre-commit, which is already enabled for almost all Python projects within the conda organization. The lint findings are then resolved with the help of black, as lot of them are spacing issues that can be automatically fixed.

All the changes in this PR are about getting the lint noise resolved so that new findings while working on the code are only from actual changed code and thus make the lint feedback valuable.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@dbast dbast requested a review from a team as a code owner March 8, 2023 09:35
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Mar 8, 2023
@jaimergp jaimergp merged commit 2ec702e into conda:cep-devel Apr 24, 2023
@jaimergp
Copy link
Contributor

Thanks!

@jaimergp jaimergp added this to the v2.0 milestone Sep 13, 2023
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Sep 13, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed [bot] added once the contributor has signed the CLA locked [bot] locked due to inactivity
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants