diff --git a/docs/tools/flake8.md b/docs/tools/flake8.md index b0a29761..953187c7 100644 --- a/docs/tools/flake8.md +++ b/docs/tools/flake8.md @@ -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: diff --git a/docs/tools/pylint.md b/docs/tools/pylint.md index f6793106..65dcf703 100644 --- a/docs/tools/pylint.md +++ b/docs/tools/pylint.md @@ -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: