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

chore: delete old flake8 config file #2055

Merged
merged 1 commit into from
Sep 7, 2024
Merged

chore: delete old flake8 config file #2055

merged 1 commit into from
Sep 7, 2024

Conversation

beckermr
Copy link
Member

@beckermr beckermr commented Sep 6, 2024

Checklist

  • Added a news entry (skipped for this PR)
  • Regenerated schema JSON if schema altered (python conda_smithy/schema.py)

We do not need this one anymore.

@beckermr beckermr marked this pull request as ready for review September 6, 2024 11:44
@beckermr beckermr requested a review from a team as a code owner September 6, 2024 11:44
@beckermr
Copy link
Member Author

beckermr commented Sep 6, 2024

@conda-forge/core this is ready for review! I skipped the news entry.

@@ -1,3 +0,0 @@
[flake8]
max-line-length = 100
Copy link
Contributor

Choose a reason for hiding this comment

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

pyproject.toml specifies 79 line length

Copy link
Contributor

@hmaarrfk hmaarrfk left a comment

Choose a reason for hiding this comment

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

two small questions. merge at will likely since they aren't triggering any issues on CIs.

@@ -1,3 +0,0 @@
[flake8]
max-line-length = 100
extend-ignore = E203
Copy link
Contributor

Choose a reason for hiding this comment

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

is this OK to not have a line ignoring this in pyproject.toml

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. We moved to ruff + black (or ruff + ruff format, I don't recall), so the line length is not relevant anymore.

@beckermr beckermr merged commit 6c186b0 into main Sep 7, 2024
2 checks passed
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