Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Updating docs for Py Config #436

Merged
merged 3 commits into from
Jul 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/tools/flake8.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Flake8 will run on files with the following extensions:

- `*.py`

## Configuration

Flake8 supports the following config files:

- `.flake8`

CodeRabbit will not run Flake8 if no config file is found.

## Features

Flake8 can detect many issues such as:
Expand Down
11 changes: 11 additions & 0 deletions docs/tools/pylint.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ Pylint will run on files with the following extensions:

- `*.py`

## Configuration

Pylint supports the following config files:

- `.pylintrc`
- `pylintrc`
- `.pylintrc.toml`
- `pylintrc.toml`

CodeRabbit will not run Pylint if no config file is found.

## Features

Pylint can detect many issues such as:
Expand Down