Skip to main content

Ruff

Pro Plan Feature

This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to our pricing page for more information about our plans and features.

Ruff is a linter for Python.

Files

Ruff will run on files with the following extensions:

  • .py

Configuration

Ruff supports the following config files:

  • pyproject.toml
  • ruff.toml
  • .ruff.toml

CodeRabbit will use the default settings based on the profile selected if no config file is found.