Skip to content

Commit b4d9d26

Browse files
authored
Update faq.md to highlight changes to src (#13145)
This attempts to close #13134 ## Summary Documentation change to address #13134 ## Test Plan Markdown Changes were previewed
1 parent a998320 commit b4d9d26

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/faq.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,7 @@ conflicts with the isort rules, like `I001`).
103103

104104
Beyond the rule set, Ruff's primary limitation vis-à-vis Flake8 is that it does not support custom
105105
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.
113107

114108
## How does Ruff's linter compare to Pylint?
115109

0 commit comments

Comments
 (0)