Skip to content

fix: expand ruff linting scope to cover pyflakes, bugbear, bandit, isort - #473

Open
TrueFurina wants to merge 3 commits into
RonaldHensbergen:mainfrom
TrueFurina:fix/ruff-linting-scope
Open

fix: expand ruff linting scope to cover pyflakes, bugbear, bandit, isort#473
TrueFurina wants to merge 3 commits into
RonaldHensbergen:mainfrom
TrueFurina:fix/ruff-linting-scope

Conversation

@TrueFurina

Copy link
Copy Markdown

Addresses good-first-issue: pyproject.toml selected only UP rules for ruff, leaving security patterns (bandit/S), pyflakes (F), and bugbear (B) uncovered. Expands select to [UP, F, B, S, I] while retaining the flake8 pre-commit hook as a secondary gate during the transition.

@SemTiOne

Copy link
Copy Markdown
Collaborator

@TrueFurina Thanks for contributing! Could you fix the failed CI when you have a moment please?

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