Skip to content

Issues: astral-sh/ruff

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Infinite loop on unclosed parenthesis bug Something isn't working
#277 by andersk was closed Sep 29, 2022 updated Sep 29, 2022
noqa comment ineffective after comment inside tuple bug Something isn't working
#317 by andersk was closed Oct 4, 2022 updated Oct 4, 2022
SPR001 false positives for two-argument super() bug Something isn't working
#316 by andersk was closed Oct 4, 2022 updated Oct 4, 2022
Allow suppressing update check without suppressing error messages
#476 by andersk was closed Oct 26, 2022 updated Oct 26, 2022
Implement W605, invalid escape sequence rule Implementing or modifying a lint rule
#474 by andersk was closed Oct 26, 2022 updated Oct 26, 2022
Support selecting and ignoring groups of codes
#325 by andersk was closed Oct 28, 2022 updated Oct 28, 2022
C402 false positive with extra kwargs to dict() bug Something isn't working
#511 by andersk was closed Oct 29, 2022 updated Oct 29, 2022
Should respect isort:skip comments isort Related to import sorting
#674 by andersk was closed Nov 11, 2022 updated Nov 11, 2022
isort incompatibilites with lowercase, MixedCase, UPPERCASE isort Related to import sorting
#673 by andersk was closed Nov 12, 2022 updated Nov 12, 2022
Import sorting deletes comments isort Related to import sorting
#675 by andersk was closed Nov 16, 2022 updated Nov 16, 2022
N818 ErrorSuffixOnExceptionName should apply recursively to sub-subclasses of Exception bug Something isn't working
#783 by andersk was closed Nov 17, 2022 updated Nov 17, 2022
UP015 RedundantOpenModes false positive with gzip.open
#1026 by andersk was closed Dec 4, 2022 updated Dec 4, 2022
F821 UndefinedName false positive on annotated global bug Something isn't working
#1194 by andersk was closed Dec 11, 2022 updated Dec 11, 2022
I001 conflicts with isort on blank lines between import and comment before function bug Something isn't working isort Related to import sorting
#1193 by andersk was closed Dec 11, 2022 updated Dec 11, 2022
Rule proposal: keyword argument before star arguments good first issue Good for newcomers rule Implementing or modifying a lint rule
#1400 by andersk was closed Dec 28, 2022 updated Dec 28, 2022
I001 + UP026 fix collision leads to invalid trailing comma
#1572 by andersk was closed Jan 2, 2023 updated Jan 2, 2023
SIM103 fix leaves invalid dangling else: return False bug Something isn't working
#1943 by andersk was closed Jan 18, 2023 updated Jan 18, 2023
SIM115 should exempt exit_stack.enter_context(open(…)) bug Something isn't working
#1945 by andersk was closed Jan 18, 2023 updated Jan 18, 2023
Should SIM105 UseContextlibSuppress exempt try blocks with unreachable end? bug Something isn't working
#1947 by andersk was closed Jan 18, 2023 updated Jan 18, 2023
invalid-module-name (N999) should not apply to non-*.py files bug Something isn't working
#3151 by andersk was closed Feb 23, 2023 updated Feb 23, 2023
PLR1711, RET501 should exempt annotated function where return type isn’t -> None bug Something isn't working
#3704 by andersk was closed Mar 24, 2023 updated Mar 24, 2023
flake8-logging-format should check .log(level, msg) calls too bug Something isn't working
#2562 by andersk was closed Mar 25, 2023 updated Mar 25, 2023
ProTip! no:milestone will show everything without a milestone.