Skip to content

Commit f44669f

Browse files
committed
bump
1 parent e0187cc commit f44669f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tools/azure-sdk-tools/linting_tools/lint_test_bench/.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ load-plugins=pylint_guidelines_checker
2020
# Let's black deal with bad-continuation
2121

2222
# Added disables from super-with-arguments
23-
disable=useless-object-inheritance,missing-docstring,locally-disabled,fixme,cyclic-import,too-many-arguments,invalid-name,duplicate-code,too-few-public-methods,consider-using-f-string,super-with-arguments,redefined-builtin,import-outside-toplevel,client-suffix-needed,unnecessary-dunder-call,unnecessary-ellipsis,client-paging-methods-use-list,consider-using-max-builtin,too-many-lines,possibly-used-before-assignment
23+
disable=useless-object-inheritance,missing-docstring,locally-disabled,fixme,cyclic-import,too-many-arguments,invalid-name,duplicate-code,too-few-public-methods,consider-using-f-string,super-with-arguments,redefined-builtin,import-outside-toplevel,client-suffix-needed,unnecessary-dunder-call,unnecessary-ellipsis,client-paging-methods-use-list,consider-using-max-builtin,too-many-lines,possibly-used-before-assignment, protected-access
2424

2525

2626
[FORMAT]

tools/azure-sdk-tools/linting_tools/lint_test_bench/test_files/test_do_not_hardcode_conn_verify.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License. See License.txt in the project root for license information.
33
# --------------------------------------------------------------------------------------------
4-
# pylint: disable=protected-access
54
# This code violates do-not-harcode-connection-verify
65

76
from azure.core import PipelineClient

0 commit comments

Comments
 (0)