Skip to content
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

Fix ruff rules E711,E712,E713,E731,F541 #2037

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Nov 25, 2024

% ruff check --statistics

11	E712	[*] true-false-comparison
 6	F541	[*] f-string-missing-placeholders
 1	E711	[*] none-comparison
 1	E713	[*] not-in-test
 1	E731	[*] lambda-assignment
[*] fixable with `ruff check --fix`

% ruff check --fix --unsafe-fixes

@TheTechromancer TheTechromancer merged commit ce1b577 into blacklanternsecurity:dev Nov 25, 2024
14 checks passed
@cclauss cclauss deleted the more-ruff branch November 25, 2024 21:12
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