Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ScDor
Copy link
Owner

@ScDor ScDor commented Nov 29, 2025

Implement interactive CLI mode that allows users to:

  • Browse rules categorized as Respected, Autofixable, or Applicable
  • Select rules using an interactive checkbox interface
  • Preview changes before applying them
  • Automatically update ruff configuration files (pyproject.toml/ruff.toml)

Features:

  • Added --interactive/-i flag to CLI
  • Multi-select interface with category-based browsing
  • Quick actions: select all, choose specific, or skip categories
  • Smart TOML file updates that preserve formatting
  • TTY detection to prevent use in non-interactive environments

Dependencies:

  • Added questionary>=2.0.0 for interactive prompts

Documentation:

  • Updated README with interactive mode usage guide
  • Added examples and important notes about TTY requirement

Implement interactive CLI mode that allows users to:
- Browse rules categorized as Respected, Autofixable, or Applicable
- Select rules using an interactive checkbox interface
- Preview changes before applying them
- Automatically update ruff configuration files (pyproject.toml/ruff.toml)

Features:
- Added --interactive/-i flag to CLI
- Multi-select interface with category-based browsing
- Quick actions: select all, choose specific, or skip categories
- Smart TOML file updates that preserve formatting
- TTY detection to prevent use in non-interactive environments

Dependencies:
- Added questionary>=2.0.0 for interactive prompts

Documentation:
- Updated README with interactive mode usage guide
- Added examples and important notes about TTY requirement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants