File tree Expand file tree Collapse file tree 4 files changed +116
-116
lines changed Expand file tree Collapse file tree 4 files changed +116
-116
lines changed Original file line number Diff line number Diff line change 10
10
- id : trailing-whitespace
11
11
args : [--markdown-linebreak-ext=md]
12
12
- repo : https://github.com/rbubley/mirrors-prettier
13
- rev : v3.5.2
13
+ rev : v3.5.3
14
14
hooks :
15
15
- id : prettier
16
16
- repo : https://github.com/pycqa/doc8
@@ -19,13 +19,13 @@ repos:
19
19
- id : doc8
20
20
exclude : README\.rst
21
21
- 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
23
23
hooks :
24
24
- id : ruff
25
25
args : [--fix]
26
26
- id : ruff-format
27
27
- repo : https://github.com/astral-sh/uv-pre-commit
28
- rev : 0.6.2
28
+ rev : 0.6.17
29
29
hooks :
30
30
- id : uv-lock
31
31
- id : uv-export
34
34
- --no-dev
35
35
- --group=docs
36
36
- --no-emit-project
37
+ - --no-annotate
37
38
- --output-file=docs/requirements.txt
Original file line number Diff line number Diff line change 1
1
# 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
3
3
alabaster == 0.7.16 ; python_full_version < '3.10' \
4
4
--hash =sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65 \
5
5
--hash =sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dev = [
46
46
" pytest-asyncio>=0.25.3" ,
47
47
" pytest-trio>=0.8.0" ,
48
48
" respx>=0.22.0" ,
49
- " ruff==0.9 .7" ,
49
+ " ruff==0.11 .7" ,
50
50
]
51
51
docs = [
52
52
" furo>=2024.8.6" ,
You can’t perform that action at this time.
0 commit comments