Skip to content

Commit 372f222

Browse files
committed
Update pre-commit hooks
1 parent cfbe6a8 commit 372f222

File tree

4 files changed

+116
-116
lines changed

4 files changed

+116
-116
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: trailing-whitespace
1111
args: [--markdown-linebreak-ext=md]
1212
- repo: https://github.com/rbubley/mirrors-prettier
13-
rev: v3.5.2
13+
rev: v3.5.3
1414
hooks:
1515
- id: prettier
1616
- repo: https://github.com/pycqa/doc8
@@ -19,13 +19,13 @@ repos:
1919
- id: doc8
2020
exclude: README\.rst
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.9.7 # also update pyproject.toml
22+
rev: v0.11.7 # also update pyproject.toml
2323
hooks:
2424
- id: ruff
2525
args: [--fix]
2626
- id: ruff-format
2727
- repo: https://github.com/astral-sh/uv-pre-commit
28-
rev: 0.6.2
28+
rev: 0.6.17
2929
hooks:
3030
- id: uv-lock
3131
- id: uv-export
@@ -34,4 +34,5 @@ repos:
3434
- --no-dev
3535
- --group=docs
3636
- --no-emit-project
37+
- --no-annotate
3738
- --output-file=docs/requirements.txt

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv export --frozen --no-dev --group=docs --no-emit-project --output-file=docs/requirements.txt
2+
# uv export --frozen --no-dev --group=docs --no-emit-project --no-annotate --output-file=docs/requirements.txt
33
alabaster==0.7.16 ; python_full_version < '3.10' \
44
--hash=sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65 \
55
--hash=sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev = [
4646
"pytest-asyncio>=0.25.3",
4747
"pytest-trio>=0.8.0",
4848
"respx>=0.22.0",
49-
"ruff==0.9.7",
49+
"ruff==0.11.7",
5050
]
5151
docs = [
5252
"furo>=2024.8.6",

0 commit comments

Comments
 (0)