Skip to content

Commit 429e132

Browse files
l0lawrenceCopilottadelesh
authored
python update versions pylint/mypy (#10373)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: l0lawrence <l0lawrence@users.noreply.github.com> Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
1 parent c40548d commit 429e132

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/http-client-python"
5+
---
6+
7+
bumping pylint/mypy versions
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
pyright==1.1.407
2-
pylint==4.0.4
1+
pyright==1.1.408
2+
pylint==4.0.5
33
tox==4.16.0
44
tox-uv
5-
mypy==1.19.1
5+
mypy==1.20.1
66
colorama==0.4.6
77
debugpy==1.8.2
88
pytest==8.3.2
99
coverage==7.6.1
10-
black==24.8.0
10+
black==26.3.1
1111
ptvsd==4.3.2
1212
types-PyYAML==6.0.12.8

packages/http-client-python/generator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
]
4848
),
4949
install_requires=[
50-
"black==24.8.0",
50+
"black==26.3.1",
5151
"docutils>=0.20.1",
5252
"Jinja2==3.1.6",
5353
"PyYAML==6.0.1",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Linting dependencies
22
-r base.txt
33
pylint==4.0.4
4-
black==24.8.0
4+
black==26.3.1

0 commit comments

Comments
 (0)