mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 05:51:03 -05:00
## Summary Fixes a small nit of mine -- we are currently inconsistent in our spelling between "metaclass" and "meta class", and between "meta type" and "meta-type". This PR means that we consistently use "metaclass" and "meta-type". ## Test Plan `uvx pre-commit run -a`
Markdown files within the mdtest/ subdirectory are tests of type inference and type checking;
executed by the tests/mdtest.rs integration test.
See crates/red_knot_test/README.md for documentation of this test format.