Skip to content

Commit

Permalink
N817 docs: refer to the correct setting (#12935)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Aug 16, 2024
1 parent aba0d83 commit 4cb30b5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ use crate::rules::pep8_naming::helpers;
/// to accommodate selective enforcement.
///
/// 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
/// ```python
Expand All @@ -39,7 +38,7 @@ use crate::rules::pep8_naming::helpers;
/// [PEP 8]: https://peps.python.org/pep-0008/
///
/// ## Options
/// - `lint.flake8-import-conventions.banned-aliases`
/// - `lint.flake8-import-conventions.aliases`
#[violation]
pub struct CamelcaseImportedAsAcronym {
name: String,
Expand Down

0 comments on commit 4cb30b5

Please sign in to comment.