Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 615 Bytes

ruff.md

File metadata and controls

33 lines (21 loc) · 615 Bytes
title sidebar_label description
Ruff
Ruff
CodeRabbit's guide to Ruff.
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />

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.

Links