-
Notifications
You must be signed in to change notification settings - Fork 530
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
STY: Enforce ruff rules #3690
base: master
Are you sure you want to change the base?
STY: Enforce ruff rules #3690
Commits on Oct 9, 2024
-
STY: Apply ruff/flake8-bugbear rule B007
B007 Loop control variable not used within loop body Co-authored-by: Chris Markiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 555ddb7 - Browse repository at this point
Copy the full SHA 555ddb7View commit details -
STY: Apply ruff/flake8-bugbear rule B015
B015 Pointless comparison at end of function scope. Did you mean to return the expression result?
Configuration menu - View commit details
-
Copy full SHA for c8760ab - Browse repository at this point
Copy the full SHA c8760abView commit details -
STY: Apply ruff/flake8-bugbear rule B018
B018 Found useless expression. Either assign it to a variable or remove it.
Configuration menu - View commit details
-
Copy full SHA for 4aa2db4 - Browse repository at this point
Copy the full SHA 4aa2db4View commit details -
Apply ruff/pycodestyle rule E741
E741 Ambiguous variable name
Configuration menu - View commit details
-
Copy full SHA for 7672d5e - Browse repository at this point
Copy the full SHA 7672d5eView commit details -
STY: Apply ruff/refurb rule FURB154
FURB154 Use of repeated consecutive `global`
Configuration menu - View commit details
-
Copy full SHA for 2687eb5 - Browse repository at this point
Copy the full SHA 2687eb5View commit details -
STY: Apply ruff/Pylint rule PLE0101
PLE0101 Explicit return in `__init__`
Configuration menu - View commit details
-
Copy full SHA for bdcc231 - Browse repository at this point
Copy the full SHA bdcc231View commit details -
STY: Apply ruff/Pylint rule PLE1205
PLE1205 Too many arguments for `logging` format string
Configuration menu - View commit details
-
Copy full SHA for 5edcd87 - Browse repository at this point
Copy the full SHA 5edcd87View commit details -
STY: Apply ruff/flake8-pytest-style rule PT006
PT006 Wrong type passed to first argument of `@pytest.mark.parametrize`; expected `tuple`
Configuration menu - View commit details
-
Copy full SHA for 592b1dd - Browse repository at this point
Copy the full SHA 592b1ddView commit details -
STY: Apply ruff/flake8-pytest-style rule PT007
PT007 Wrong values type in `@pytest.mark.parametrize` expected `list` of `tuple`
Configuration menu - View commit details
-
Copy full SHA for 9288256 - Browse repository at this point
Copy the full SHA 9288256View commit details -
STY: Apply ruff/flake8-pytest-style rule PT014
PT014 Duplicate of test case in `@pytest_mark.parametrize`
Configuration menu - View commit details
-
Copy full SHA for dfbe415 - Browse repository at this point
Copy the full SHA dfbe415View commit details -
STY: Apply ruff/flake8-quotes rule Q000
Q000 Single quotes found but double quotes preferred
Configuration menu - View commit details
-
Copy full SHA for 5161e67 - Browse repository at this point
Copy the full SHA 5161e67View commit details -
STY: Apply ruff/flake8-quotes rule Q003
Q003 Change outer quotes to avoid escaping inner quotes
Configuration menu - View commit details
-
Copy full SHA for 392ce18 - Browse repository at this point
Copy the full SHA 392ce18View commit details -
RUF100 Unused blanket `noqa` directive
Configuration menu - View commit details
-
Copy full SHA for 186d26d - Browse repository at this point
Copy the full SHA 186d26dView commit details -
STY: Apply ruff/pyupgrade rule UP008
UP008 Use `super()` instead of `super(__class__, self)`
Configuration menu - View commit details
-
Copy full SHA for 422ce65 - Browse repository at this point
Copy the full SHA 422ce65View commit details -
STY: Apply ruff/pyupgrade rule UP032
UP032 Use f-string instead of `format` call Co-authored-by: Chris Markiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0493406 - Browse repository at this point
Copy the full SHA 0493406View commit details -
Disable some rules and postpone fixes.
Configuration menu - View commit details
-
Copy full SHA for 2fff982 - Browse repository at this point
Copy the full SHA 2fff982View commit details