Skip to content

Commit c20a5e4

Browse files
authored
CI pylint: Ignore azure. import errors also (#14)
1 parent dc94a3b commit c20a5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ score=no
1010
disable=missing-docstring,locally-disabled,fixme,cyclic-import,too-many-arguments,invalid-name,duplicate-code
1111

1212
[TYPECHECK]
13-
# For Azure CLI extensions, we ignore import errors for azure.cli as they'll be available in the environment of the CLI
14-
ignored-modules=azure.cli
13+
# For Azure CLI extensions, we ignore some import errors as they'll be available in the environment of the CLI
14+
ignored-modules=azure,azure.cli
1515

1616
[FORMAT]
1717
max-line-length=120

0 commit comments

Comments
 (0)