ruff/crates/ruff_linter
Charlie Marsh c324cb6202
[`pep8-naming`] Allow Django model loads in `non-lowercase-variable-in-function` (`N806`) (#8917)
## Summary

Allows assignments of the form, e.g., `Attachment =
apps.get_model("zerver", "Attachment")`, for better compatibility with
Django.

Closes https://github.com/astral-sh/ruff/issues/7675.

## Test Plan

`cargo test`
2023-11-29 20:43:40 -05:00
..
resources/test [`pep8-naming`] Allow Django model loads in `non-lowercase-variable-in-function` (`N806`) (#8917) 2023-11-29 20:43:40 -05:00
src [`pep8-naming`] Allow Django model loads in `non-lowercase-variable-in-function` (`N806`) (#8917) 2023-11-29 20:43:40 -05:00
Cargo.toml Bump version to v0.1.6 (#8744) 2023-11-17 13:29:19 -05:00