mirror of https://github.com/astral-sh/ruff
`N817` docs: refer to the correct setting (#12935)
This commit is contained in:
parent
aba0d83c11
commit
4cb30b598f
|
|
@ -23,8 +23,7 @@ use crate::rules::pep8_naming::helpers;
|
||||||
/// to accommodate selective enforcement.
|
/// to accommodate selective enforcement.
|
||||||
///
|
///
|
||||||
/// Also note that import aliases following an import convention according to the
|
/// Also note that import aliases following an import convention according to the
|
||||||
/// [`lint.flake8-boolean-trap.extend-allowed-calls`] option are allowed.
|
/// [`lint.flake8-import-conventions.aliases`] option are allowed.
|
||||||
///
|
|
||||||
///
|
///
|
||||||
/// ## Example
|
/// ## Example
|
||||||
/// ```python
|
/// ```python
|
||||||
|
|
@ -39,7 +38,7 @@ use crate::rules::pep8_naming::helpers;
|
||||||
/// [PEP 8]: https://peps.python.org/pep-0008/
|
/// [PEP 8]: https://peps.python.org/pep-0008/
|
||||||
///
|
///
|
||||||
/// ## Options
|
/// ## Options
|
||||||
/// - `lint.flake8-import-conventions.banned-aliases`
|
/// - `lint.flake8-import-conventions.aliases`
|
||||||
#[violation]
|
#[violation]
|
||||||
pub struct CamelcaseImportedAsAcronym {
|
pub struct CamelcaseImportedAsAcronym {
|
||||||
name: String,
|
name: String,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue