Skip to content

Commit 8c4270d

Browse files
committed
bump
1 parent 91ac68d commit 8c4270d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/tox/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ commands =
102102

103103
[testenv:next-pylint]
104104
description=Lints a package with pylint (version {[testenv:next-pylint]pylint_version})
105-
pylint_version=3.3.6
105+
pylint_version=3.2.7
106106
skipsdist = true
107107
skip_install = true
108108
usedevelop = false
@@ -146,7 +146,7 @@ commands =
146146

147147
[testenv:mypy]
148148
description=Typechecks a package with mypy (version {[testenv:mypy]mypy_version})
149-
mypy_version=1.13.0
149+
mypy_version=1.14.1
150150
skipsdist = true
151151
skip_install = true
152152
usedevelop = true
@@ -198,7 +198,7 @@ commands =
198198

199199
[testenv:pyright]
200200
description=Typechecks a package with pyright (version {[testenv:pyright]pyright_version})
201-
pyright_version=1.1.389
201+
pyright_version=1.1.391
202202
skipsdist = true
203203
skip_install = true
204204
usedevelop = true

pylintrc

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

2323
# Added disables from super-with-arguments
24-
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,docstring-type-do-not-use-class,consider-using-max-builtin,too-many-lines,possibly-used-before-assignment,do-not-log-raised-errors,do-not-use-legacy-typing,do-not-import-asyncio,invalid-use-of-overload,do-not-hardcode-connection-verify,do-not-log-exceptions,unapproved-client-method-name-prefix,do-not-hardcode-dedent,networking-import-outside-azure-core-transport
24+
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,docstring-type-do-not-use-class,consider-using-max-builtin,too-many-lines,possibly-used-before-assignment,do-not-log-raised-errors,do-not-log-exceptions,networking-import-outside-azure-core-transport
2525

2626
[FORMAT]
2727
max-line-length=120

0 commit comments

Comments
 (0)