ruff/crates/ruff_linter
Charlie Marsh 946028e358
Respect runtime-required decorators for function signatures (#10091)
## Summary

The original implementation of this applied the runtime-required context
to definitions _within_ the function, but not the signature itself. (We
had test coverage; the snapshot was just correctly showing the wrong
outcome.)

Closes https://github.com/astral-sh/ruff/issues/10089.
2024-02-23 03:33:08 +00:00
..
resources PLR0203: Delete entire statement, including semicolons (#10074) 2024-02-22 16:03:00 +00:00
src Respect runtime-required decorators for function signatures (#10091) 2024-02-23 03:33:08 +00:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to v0.2.2 (#10018) 2024-02-17 22:15:04 +00:00