-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a derive macro for Violations (#14557)
Co-authored-by: Alex Waygood <[email protected]>
- Loading branch information
1 parent
6fd10e2
commit 14ba469
Showing
629 changed files
with
2,555 additions
and
2,562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
doc-valid-idents = [ | ||
"..", | ||
"CodeQL", | ||
"FastAPI", | ||
"IPython", | ||
"LangChain", | ||
"LibCST", | ||
"McCabe", | ||
"NumPy", | ||
"SCREAMING_SNAKE_CASE", | ||
"SQLAlchemy", | ||
"StackOverflow", | ||
"PyCharm", | ||
"..", | ||
"CodeQL", | ||
"FastAPI", | ||
"IPython", | ||
"LangChain", | ||
"LibCST", | ||
"McCabe", | ||
"NumPy", | ||
"SCREAMING_SNAKE_CASE", | ||
"SQLAlchemy", | ||
"StackOverflow", | ||
"PyCharm", | ||
"SNMPv1", | ||
"SNMPv2", | ||
"SNMPv3", | ||
"PyFlakes" | ||
] | ||
|
||
ignore-interior-mutability = [ | ||
# Interned is read-only. The wrapped `Rc` never gets updated. | ||
"ruff_formatter::format_element::Interned", | ||
# The expression is read-only. | ||
"ruff_python_ast::hashable::HashableExpr", | ||
# Interned is read-only. The wrapped `Rc` never gets updated. | ||
"ruff_formatter::format_element::Interned", | ||
# The expression is read-only. | ||
"ruff_python_ast::hashable::HashableExpr", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.