Skip to content

MAINT Remove flake8 mentions/ignore comments #26988

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

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

lucyleeow
Copy link
Member

@lucyleeow lucyleeow commented Aug 2, 2023

Reference Issues/PRs

Since we replaced flake8 with ruff in #26630, I think we can remove references to flake8 (and replace with ruff)

What does this implement/fix? Explain your changes.

Any other comments?

@lucyleeow lucyleeow changed the title MAINT Remove flake8 mentions MAINT Remove flake8 mentions/ignore comments Aug 2, 2023
@@ -83,7 +83,7 @@ exclude=[
# + E501 (line too long) because keeping it < 88 in cython
# often makes code less readable.
ignore = [
# check ignored by default in flake8. Meaning unclear.
# multiple spaces/tab after comma
Copy link
Member Author

Choose a reason for hiding this comment

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

Have just put the rule here. Also I don't think it is ignored by default by ruff

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 73afe2a. Link to the linter CI: here

Copy link
Member

@glemaitre glemaitre left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @lucyleeow

@Micky774 Micky774 merged commit 21e63ee into scikit-learn:main Aug 2, 2023
9Y5 pushed a commit to 9Y5/scikit-learn that referenced this pull request Aug 2, 2023
@lucyleeow lucyleeow deleted the rm_flake8 branch August 2, 2023 23:36
TamaraAtanasoska pushed a commit to TamaraAtanasoska/scikit-learn that referenced this pull request Aug 21, 2023
glemaitre pushed a commit to glemaitre/scikit-learn that referenced this pull request Sep 18, 2023
REDVM pushed a commit to REDVM/scikit-learn that referenced this pull request Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants