Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replace PyLint with Ruff in CI#254

Merged
h0tp-ftw merged 4 commits intoh0tp-ftw:mainfrom
Someon1e:main
Jan 9, 2026
Merged

Replace PyLint with Ruff in CI#254
h0tp-ftw merged 4 commits intoh0tp-ftw:mainfrom
Someon1e:main

Conversation

@Someon1e
Copy link
Collaborator

Replaces the PyLint workflow (which was disabled) with two new workflows:

  • Ruff Check, which runs the linter. This currently uses a very lenient config so that only definite errors are flagged.
  • Ruff Format, which ensures Python files are formatted consistently. This has been configured so that files that have not been modified are excluded, so that there is not a flood of errors.

@h0tp-ftw
Copy link
Owner

h0tp-ftw commented Jan 9, 2026

great addition , i also remember some projects where your ide ruff adjusts to the project's desired specifications (like pep8) to auto mark problems, i think that could be sometime in the future 👀

@h0tp-ftw h0tp-ftw merged commit c893b19 into h0tp-ftw:main Jan 9, 2026
3 checks passed
@h0tp-ftw h0tp-ftw added the enhancement New feature or request label Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants