Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/ty_python_semantic/src/types/diagnostic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ declare_lint! {
/// def foo(self): ... # Error raised here
/// ```
pub(crate) static OVERRIDE_OF_FINAL_METHOD = {
summary: "detects subclasses of final classes",
summary: "detects overrides of final methods",
status: LintStatus::stable("0.0.1-alpha.29"),
default_level: Level::Error,
}
Expand Down
2 changes: 1 addition & 1 deletion ty.schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading