ruff/crates/ruff_linter
InSync 82cb8675dd
[pep8-naming] Ignore @override methods (N803) (#15954)
## Summary

Resolves #15925.

`N803` now checks for functions instead of parameters. In preview mode,
if a method is decorated with `@override` and the current scope is that
of a class, it will be ignored.

## Test Plan

`cargo nextest run` and `cargo insta test`.
2025-02-05 09:35:57 +01:00
..
resources [pep8-naming] Ignore @override methods (N803) (#15954) 2025-02-05 09:35:57 +01:00
src [pep8-naming] Ignore @override methods (N803) (#15954) 2025-02-05 09:35:57 +01:00
Cargo.toml Bump version to 0.9.4 (#15831) 2025-01-30 11:29:22 -06:00