Skip to content

Commit 1c1d438

Browse files
Updating docs for Py Config (#436)
* Updating docs for Py Config * tools * Changelog
1 parent c805e58 commit 1c1d438

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/tools/flake8.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Flake8 will run on files with the following extensions:
1818

1919
- `*.py`
2020

21+
## Configuration
22+
23+
Flake8 supports the following config files:
24+
25+
- `.flake8`
26+
27+
CodeRabbit will not run Flake8 if no config file is found.
28+
2129
## Features
2230

2331
Flake8 can detect many issues such as:

docs/tools/pylint.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ Pylint will run on files with the following extensions:
1818

1919
- `*.py`
2020

21+
## Configuration
22+
23+
Pylint supports the following config files:
24+
25+
- `.pylintrc`
26+
- `pylintrc`
27+
- `.pylintrc.toml`
28+
- `pylintrc.toml`
29+
30+
CodeRabbit will not run Pylint if no config file is found.
31+
2132
## Features
2233

2334
Pylint can detect many issues such as:

0 commit comments

Comments
 (0)