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

Enable users to select Ruff version via pre-built WASM packages playground A playground-specific issue
#1386 opened Dec 26, 2022 by charliermarsh updated Dec 26, 2022
Feature request: isort.float-to-top isort Related to import sorting
#1251 opened Dec 15, 2022 by tlambert03 updated Dec 31, 2022
Warn on unused exclude patterns from pyproject.toml configuration Related to settings and configuration
#357 opened Oct 7, 2022 by adriangb updated Dec 31, 2022
Add section to CONTRIBUTING.md on implementing autofix logic documentation Improvements or additions to documentation
#1625 opened Jan 4, 2023 by charliermarsh updated Jan 4, 2023
Add rule to detect type annotations as default variable assignments rule Implementing or modifying a lint rule
#1632 opened Jan 4, 2023 by charliermarsh updated Jan 4, 2023
Check if number of variables in unpacking assignment matches slice notation rule Implementing or modifying a lint rule
#1658 opened Jan 5, 2023 by not-my-profile updated Jan 5, 2023
Playground should use pyproject.toml format for the settings playground A playground-specific issue
#1735 opened Jan 8, 2023 by not-my-profile updated Jan 9, 2023
Implement import-linter plugin Implementing a known but unsupported plugin
#1912 opened Jan 16, 2023 by jankatins updated Jan 16, 2023
isort option group-by-package isort Related to import sorting
#1936 opened Jan 17, 2023 by nstarman updated Jan 17, 2023
detect if ruff introduces other issues and handle them/warn about it
#2397 opened Jan 31, 2023 by spaceone updated Jan 31, 2023
Support flake8-annotations-complexity plugin Implementing a known but unsupported plugin
#2323 opened Jan 29, 2023 by Crocmagnon updated Jan 31, 2023
rule command: show all code aliases for a rule cli Related to the command-line interface
#2531 opened Feb 3, 2023 by ngnpope updated Feb 3, 2023
Potential New Lint Check: Alphabetized Enums rule Implementing or modifying a lint rule
#2315 opened Jan 29, 2023 by traviscook21 updated Feb 7, 2023
Feature: Support isort force_grid_wrap config isort Related to import sorting
#2601 opened Feb 6, 2023 by mikelane updated Feb 8, 2023
UP032: detect more cases fixes Related to suggested fixes for violations
#2031 opened Jan 20, 2023 by spaceone updated Feb 8, 2023
Make reimplemented-builtin also check for other builtins rule Implementing or modifying a lint rule
#2942 opened Feb 15, 2023 by not-my-profile updated Feb 18, 2023
11 tasks
Support suggesting different fixes for one violation fixes Related to suggested fixes for violations
#2713 opened Feb 10, 2023 by not-my-profile updated Feb 18, 2023
Add options in playground to specify the filename playground A playground-specific issue
#3013 opened Feb 18, 2023 by JonathanPlasse updated Feb 19, 2023
Unexpected jemalloc output messages bug Something isn't working
#3088 opened Feb 21, 2023 by pamelafox updated Feb 21, 2023
Feature: Support isort force_alphabetical_sort isort Related to import sorting
#3119 opened Feb 22, 2023 by jensens updated Feb 24, 2023
unused-type-ignore rule Implementing or modifying a lint rule type-inference Requires more advanced type inference.
#3081 opened Feb 21, 2023 by janosh updated Feb 28, 2023
pydocstyle: keep 'Args:' on a separate line docstring Related to docstring linting or formatting
#3315 opened Mar 2, 2023 by janosh updated Mar 2, 2023
Ruff's first party import detection treats any folder in root as a package core Related to core functionality
#2004 opened Jan 19, 2023 by Jackenmen updated Mar 24, 2023
False positive in D402 docstring Related to docstring linting or formatting
#3769 opened Mar 28, 2023 by DeD1rk updated Mar 28, 2023
ProTip! Adding no:label will show everything without a label.