Skip to content
Merged
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
18 changes: 8 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.404
rev: v1.1.405
hooks:
- id: pyright
additional_dependencies:
Expand All @@ -39,7 +39,7 @@ repos:
- certifi==2025.8.3
- charset-normalizer==3.4.3
- colorama==0.4.6 ; sys_platform == 'win32'
- coverage==7.10.5
- coverage==7.10.6
- doc8==1.1.2 ; python_full_version < '3.10'
- doc8==2.0.0 ; python_full_version >= '3.10'
- docutils==0.21.2
Expand All @@ -52,18 +52,16 @@ repos:
- markupsafe==3.0.2
- nodeenv==1.9.1
- packaging==25.0
- pbr==7.0.1
- pluggy==1.6.0
- pygments==2.19.2
- pyright==1.1.404
- pytest==8.4.1
- pytest-cov==6.2.1
- pytest-mock==3.14.1
- pyright==1.1.405
- pytest==8.4.2
- pytest-cov==6.3.0
- pytest-mock==3.15.0
- requests==2.32.5
- requests-mock==1.12.1
- restructuredtext-lint==1.4.0
- roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
- setuptools==80.9.0
- snowballstemmer==3.0.1
- sphinx==7.4.7 ; python_full_version < '3.10'
- sphinx==8.1.3 ; python_full_version == '3.10.*'
Expand All @@ -76,11 +74,11 @@ repos:
- sphinxcontrib-jsmath==1.0.1
- sphinxcontrib-qthelp==2.0.0
- sphinxcontrib-serializinghtml==2.0.0
- stevedore==5.4.1
- stevedore==5.5.0
- tomli==2.2.1 ; python_full_version <= '3.11'
- types-docutils==0.22.0.20250822
- types-requests==2.32.4.20250809
- typing-extensions==4.14.1
- typing-extensions==4.15.0
- urllib3==2.5.0
- zipp==3.23.0 ; python_full_version < '3.10'
- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
Loading
Loading