feat: migrate from pylint/black to ruff#42
Merged
ahmed-arb merged 2 commits intooverhangio:releasefrom Sep 3, 2025
Merged
Conversation
14 tasks
DawoudSheraz
reviewed
Aug 7, 2025
| @@ -0,0 +1 @@ | |||
| [Improvement] Migrate from pylint and black to ruff. (by @rehmansheikh222) No newline at end of file | |||
Contributor
There was a problem hiding this comment.
Suggested change
| [Improvement] Migrate from pylint and black to ruff. (by @rehmansheikh222) | |
| - [Improvement] Migrate from pylint and black to ruff. (by @rehmansheikh222) |
DawoudSheraz
approved these changes
Aug 7, 2025
| # W292: missing-newline-at-end-of-file | ||
| extend-select = ["F401", "F841", "W292"] | ||
|
|
||
| [tool.ruff.format] |
Contributor
There was a problem hiding this comment.
Is this needed at the end?
Contributor
Author
There was a problem hiding this comment.
Currently, we’re not using any custom ruff format options, so this section is not required. I left it in place to make it easier to add formatting rules in the future without restructuring the config, but I’m fine with removing it if we prefer to keep only actively used sections.
Makefile
Outdated
| @@ -4,22 +4,22 @@ SRC_DIRS = ./tutorxqueue | |||
| BLACK_OPTS = --exclude templates ${SRC_DIRS} | |||
Contributor
There was a problem hiding this comment.
BLACK_OPTS can be removed now.
b627d2a to
73232d0
Compare
73232d0 to
34acfb4
Compare
DawoudSheraz
approved these changes
Aug 15, 2025
Contributor
|
@jfavellar90 Hi, awaiting your review. Thanks |
Contributor
@jfavellar90 A reminder to review this PR. Thanks |
ahmed-arb
approved these changes
Sep 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked Epic: overhangio/tutor#1251