8000 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · Pull Request #3274 · python-trio/trio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[pre-commit.ci] pre-commit autoupdate #3274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2025
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.10
rev: v0.11.11
hooks:
- id: ruff
types: [file]
Expand All @@ -46,7 +46,7 @@ repos:
hooks:
- id: sphinx-lint
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.7.0
rev: v1.8.0
hooks:
- id: zizmor
- repo: local
Expand All @@ -66,7 +66,7 @@ repos:
additional_dependencies: ["pyyaml"]
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.7.5
rev: 0.7.8
hooks:
# Compile requirements
- id: pip-compile
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ requests==2.32.3
# via sphinx
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
# via sphinx
ruff==0.11.10
ruff==0.11.11
# via -r test-requirements.in
setuptools==80.1.0
# via types-setuptools
Expand Down Expand Up @@ -194,7 +194,7 @@ typing-extensions==4.13.2
# pyright
urllib3==2.4.0
# via requests
uv==0.7.5
uv==0.7.8
# via -r test-requirements.in
virtualenv==20.30.0
# via pre-commit
Expand Down
Loading
0