Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .chronus/changes/bump-python-linting-tools-2026-4-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: dependencies
packages:
- "@typespec/http-client-python"
---

Bump pylint to 4.0.5, mypy to 1.20.1, pyright to 1.1.408
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pyright==1.1.407
pylint==4.0.4
pyright==1.1.408
pylint==4.0.5
tox==4.16.0
tox-uv
mypy==1.19.1
mypy==1.20.1
colorama==0.4.6
debugpy==1.8.2
pytest==8.3.2
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client-python/tests/requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Linting dependencies
-r base.txt
pylint==4.0.4
pylint==4.0.5
black==24.8.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Type checking dependencies
-r base.txt
pyright==1.1.407
mypy==1.19.1
pyright==1.1.408
mypy==1.20.1
types-PyYAML==6.0.12.8
Loading