Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit be404a1

Browse files
committed
sync dev dep
1 parent 6a68460 commit be404a1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# shall keep aligned with dev_requirements.txt of @typspec/http-client-python
2-
pyright==1.1.391
3-
pylint==3.2.7
4-
tox==4.23.2
5-
mypy==1.13.0
2+
pyright==1.1.407
3+
pylint==4.0.4
4+
tox==4.16.0
5+
mypy==1.19.1
66
colorama==0.4.6
7-
debugpy==1.8.12
8-
pytest==8.3.4
7+
debugpy==1.8.2
8+
pytest==8.3.2
99
coverage==7.6.1
1010
black==24.8.0
1111
ptvsd==4.3.2
12-
types-PyYAML==6.0.12.20241230
12+
types-PyYAML==6.0.12.8
1313

1414
# additional dependency needed for development
1515
setuptools

packages/typespec-python/scripts/eng/pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ enable=useless-suppression
1717
# too-many-arguments: Due to the nature of the CLI many commands have large arguments set which reflect in large arguments set in corresponding methods.
1818
# too-many-lines: Due to code generation many files end up with too many lines.
1919
# Let's black deal with bad-continuation
20-
disable=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,disallowed-name,consider-using-max-builtin,unknown-option-value,file-needs-copyright-header
20+
disable=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,disallowed-name,consider-using-max-builtin,unknown-option-value,file-needs-copyright-header,too-many-positional-arguments
2121

2222
[FORMAT]
2323
max-line-length=120

0 commit comments

Comments
 (0)