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

Rule proposal: require raw strings for regex patterns rule Implementing or modifying a lint rule
#11167 opened Apr 26, 2024 by andersk
Proposed rule: global or nonlocal looks skippable but applies to the whole function accepted Ready for implementation rule Implementing or modifying a lint rule
#6470 opened Aug 10, 2023 by andersk
invalid-module-name (N999) should not apply to non-*.py files bug Something isn't working
#3151 by andersk was closed Feb 23, 2023
flake8-logging-format should check .log(level, msg) calls too bug Something isn't working
#2562 by andersk was closed Mar 25, 2023
SIM115 should exempt exit_stack.enter_context(open(…)) bug Something isn't working
#1945 by andersk was closed Jan 18, 2023
SIM103 fix leaves invalid dangling else: return False bug Something isn't working
#1943 by andersk was closed Jan 18, 2023
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
F821 UndefinedName false positive on annotated global bug Something isn't working
#1194 by andersk was closed 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
Import sorting deletes comments isort Related to import sorting
#675 by andersk was closed Nov 16, 2022
Should respect isort:skip comments isort Related to import sorting
#674 by andersk was closed Nov 11, 2022
isort incompatibilites with lowercase, MixedCase, UPPERCASE isort Related to import sorting
#673 by andersk was closed Nov 12, 2022
C402 false positive with extra kwargs to dict() bug Something isn't working
#511 by andersk was closed Oct 29, 2022
ProTip! Type g i on any issue or pull request to go back to the issue listing page.