Skip to content

MNT Apply ruff/flake8-executable rules (EXE) #31063

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 2 commits into from
Apr 30, 2025

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Mar 24, 2025

What does this implement/fix? Explain your changes.

Consistency between file modes and shebangs. Run chmod +x and chmod -x.

Any other comments?

Copy link

github-actions bot commented Mar 24, 2025

✔️ Linting Passed

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

Generated for commit: 758cab7. Link to the linter CI: here

@DimitriPapadopoulos DimitriPapadopoulos marked this pull request as draft March 24, 2025 16:07
EXE001 Shebang is present but file is not executable

Run `chmod +x`.
EXE002 The file is executable but no shebang is present

Run `chmod -x`.
@adrinjalali adrinjalali enabled auto-merge (squash) April 30, 2025 13:03
@adrinjalali adrinjalali merged commit d042d68 into scikit-learn:main Apr 30, 2025
37 of 38 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the EXE branch April 30, 2025 14:06
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.

2 participants