File tree 1 file changed +1
-7
lines changed 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,7 @@ conflicts with the isort rules, like `I001`).
103
103
104
104
Beyond the rule set, Ruff's primary limitation vis-à-vis Flake8 is that it does not support custom
105
105
lint rules. (Instead, popular Flake8 plugins are re-implemented in Rust as part of Ruff itself.)
106
-
107
- There are a few other minor incompatibilities between Ruff and the originating Flake8 plugins:
108
-
109
- - Ruff doesn't implement all the "opinionated" lint rules from flake8-bugbear.
110
- - Depending on your project structure, Ruff and isort can differ in their detection of first-party
111
- code. (This is often solved by modifying the ` src ` property, e.g., to ` src = ["src"] ` , if your
112
- code is nested in a ` src ` directory.)
106
+ One minor difference is that Ruff doesn't include all the 'opinionated' rules from flake8-bugbear.
113
107
114
108
## How does Ruff's linter compare to Pylint?
115
109
You can’t perform that action at this time.
0 commit comments