We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
N817
1 parent aba0d83 commit 4cb30b5Copy full SHA for 4cb30b5
crates/ruff_linter/src/rules/pep8_naming/rules/camelcase_imported_as_acronym.rs
@@ -23,8 +23,7 @@ use crate::rules::pep8_naming::helpers;
23
/// to accommodate selective enforcement.
24
///
25
/// Also note that import aliases following an import convention according to the
26
-/// [`lint.flake8-boolean-trap.extend-allowed-calls`] option are allowed.
27
-///
+/// [`lint.flake8-import-conventions.aliases`] option are allowed.
28
29
/// ## Example
30
/// ```python
@@ -39,7 +38,7 @@ use crate::rules::pep8_naming::helpers;
39
38
/// [PEP 8]: https://peps.python.org/pep-0008/
40
41
/// ## Options
42
-/// - `lint.flake8-import-conventions.banned-aliases`
+/// - `lint.flake8-import-conventions.aliases`
43
#[violation]
44
pub struct CamelcaseImportedAsAcronym {
45
name: String,
0 commit comments