Skip to content

Commit 58ffbe5

Browse files
Changelog
1 parent 5231222 commit 58ffbe5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/changelog.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@ description: The latest updates and changes to CodeRabbit.
55
sidebar_position: 13
66
---
77

8-
## July 9, 2025
9-
10-
### Python Static Analysis Tools Configuration Requirement
11-
12-
We've updated Pylint and Flake8 to ensure they run only with proper configuration files:
13-
14-
- **[Pylint](https://docs.coderabbit.ai/tools/pylint)**: Now requires a configuration file (`.pylintrc`, `pylintrc`, `.pylintrc.toml`, or `pylintrc.toml`) to run. CodeRabbit will not run Pylint if no config file is found.
15-
16-
- **[Flake8](https://docs.coderabbit.ai/tools/flake8)**: Requires a `.flake8` configuration file to run. CodeRabbit will not run Flake8 if no config file is found.
17-
18-
This ensures that these tools operate with your project's specific coding standards and preferences. For detailed configuration information, refer to our [Pylint](/tools/pylint) and [Flake8](/tools/flake8) documentation pages.
19-
208
## July 3, 2025
219

2210
### Enhanced Python Static Analysis: Flake8 Support

0 commit comments

Comments
 (0)