mirror of https://github.com/astral-sh/ruff
## Summary Part of https://github.com/astral-sh/ty/issues/155. This implements the basic check (`@override`-decorated methods should override things!), but not the strict check specified in https://typing.python.org/en/latest/spec/class-compat.html#strict-enforcement-per-project, which should be a separate error code. ## Test Plan mdtests and snapshots --------- Co-authored-by: Carl Meyer <carl@astral.sh> |
||
|---|---|---|
| .. | ||
| .gitattributes | ||
| cli.md | ||
| configuration.md | ||
| environment.md | ||
| mypy_primer.md | ||
| rules.md | ||
| tracing-flamegraph.png | ||
| tracing.md | ||