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
4 changes: 2 additions & 2 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.14.8
rev: v0.14.9
hooks:
- id: ruff-check
types: [file]
Expand Down Expand Up @@ -73,7 +73,7 @@ repos:
additional_dependencies: ["pyyaml"]
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.16
rev: 0.9.17
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 @@ -136,7 +136,7 @@ requests==2.32.5
# via sphinx
roman-numerals==3.1.0 ; python_full_version >= '3.11'
# via sphinx
ruff==0.14.8
ruff==0.14.9
# via -r test-requirements.in
sniffio==1.3.1
# via -r test-requirements.in
Expand Down Expand Up @@ -196,7 +196,7 @@ typing-extensions==4.15.0
# virtualenv
urllib3==2.6.1
# via requests
uv==0.9.16
uv==0.9.17
# via -r test-requirements.in
virtualenv==20.35.4
# via pre-commit