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

Add rule to forbid asyncio.create_task rule Implementing or modifying a lint rule wish Not on the current roadmap; maybe in the future
#15774 opened Jan 27, 2025 by Tinche
[flake8-bugbear] Exempt NewType calls where the original type is immutable (B008) rule Implementing or modifying a lint rule
#15765 opened Jan 27, 2025 by InSyncWithFoo Loading…
[ruff] Add support for more re patterns (RUF055) preview Related to preview mode features rule Implementing or modifying a lint rule
#15764 opened Jan 27, 2025 by Garrett-R Loading…
N806 - function scoped constans in upper case needs-decision Awaiting a decision from a maintainer question Asking for support or clarification rule Implementing or modifying a lint rule
#15721 opened Jan 24, 2025 by Pijukatel
Recognize all symbols named TYPE_CHECKING for in_type_checking_block rule Implementing or modifying a lint rule
#15719 opened Jan 24, 2025 by Daverball Loading…
allowed-unused-imports doesn't work with relative imports configuration Related to settings and configuration rule Implementing or modifying a lint rule
#15705 opened Jan 24, 2025 by dhduvall
Encourage use of importlib.metadata.version needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#15671 opened Jan 22, 2025 by jakkdl
[flake8-simplify] Also simplify annotated assignments (SIM108) needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#15665 opened Jan 22, 2025 by InSyncWithFoo Loading…
Extend PEP 695 generic class and function rules rule Implementing or modifying a lint rule
#15642 opened Jan 21, 2025 by ntBre
1 of 7 tasks
Ruff rule to standardise import x.y.z as alias and from x.y import z as alias rule Implementing or modifying a lint rule
#15639 opened Jan 21, 2025 by epenet
[flake8-type-checking] Add a fix for runtime-string-union (TC010) fixes Related to suggested fixes for violations rule Implementing or modifying a lint rule
#15635 opened Jan 21, 2025 by Daverball Loading…
[pyupgrade] Functional enums (UP048) needs-decision Awaiting a decision from a maintainer preview Related to preview mode features rule Implementing or modifying a lint rule
#15625 opened Jan 21, 2025 by InSyncWithFoo Loading…
Detect mix of generic type parameters and Generic subclass accepted Ready for implementation rule Implementing or modifying a lint rule
#15620 opened Jan 20, 2025 by ntBre
[pylint] Do not report property-like wrappers (PLE0302) rule Implementing or modifying a lint rule
#15582 opened Jan 19, 2025 by InSyncWithFoo Loading…
False positive PLE0302 with special methods as properties. bug Something isn't working rule Implementing or modifying a lint rule
#15572 opened Jan 18, 2025 by mikeshardmind
SIM108 false negative when variable has type annotation rule Implementing or modifying a lint rule
#15554 opened Jan 17, 2025 by nickdrozd
[PYI] Suggest using typing.IO[bytes] instead of io.BytesIO. great writeup A wonderful example of a quality contribution rule Implementing or modifying a lint rule
#15532 opened Jan 16, 2025 by randolf-scholz
Allow Self-Assignment of variable in TYPE_CHECKING block docstring Related to docstring linting or formatting rule Implementing or modifying a lint rule
#15526 opened Jan 16, 2025 by spacemanspiff2007
Suggest ternary operator in more situations needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#15478 opened Jan 14, 2025 by nickdrozd
New check: variable defined away from use needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#15477 opened Jan 14, 2025 by nickdrozd
New rule for str.join usage simplification needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#15468 opened Jan 14, 2025 by victorsamun
DJ008 (__str__ method) fails when inheriting from multiple models, and str only defined in other module rule Implementing or modifying a lint rule type-inference Requires more advanced type inference.
#15454 opened Jan 13, 2025 by zyzzyxdonta
New rule for factoring out boolean needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#15447 opened Jan 13, 2025 by nickdrozd
ProTip! Add no:assignee to see everything that’s not assigned.