File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ concurrency:
14
14
env :
15
15
PYTHONUNBUFFERED : " 1"
16
16
FORCE_COLOR : " 1"
17
- DEFAULT_PYTHON_VERSION : " 3.11 "
18
- DEFAULT_UV_VERSION : " 0.6 .x"
17
+ DEFAULT_PYTHON_VERSION : " 3.12 "
18
+ DEFAULT_UV_VERSION : " 0.8 .x"
19
19
20
20
jobs :
21
21
lint :
Original file line number Diff line number Diff line change 29
29
- id : detect-private-key
30
30
# See https://github.com/prettier/prettier/issues/15742 for the fork reason
31
31
- repo : https://github.com/rbubley/mirrors-prettier
32
- rev : " v3.5.3 "
32
+ rev : " v3.6.2 "
33
33
hooks :
34
34
- id : prettier
35
35
types_or :
@@ -45,13 +45,13 @@ repos:
45
45
- tomli
46
46
# Python hooks
47
47
- repo : https://github.com/astral-sh/ruff-pre-commit
48
- rev : v0.9.9
48
+ rev : v0.12.7
49
49
hooks :
50
50
- id : ruff
51
51
args : [--fix]
52
52
- id : ruff-format
53
53
- repo : https://github.com/jsh9/pydoclint
54
- rev : 0.6.2
54
+ rev : 0.6.7
55
55
hooks :
56
56
- id : pydoclint
57
57
args :
@@ -61,11 +61,11 @@ repos:
61
61
--arg-type-hints-in-docstring=False,
62
62
]
63
63
- repo : https://github.com/tox-dev/pyproject-fmt
64
- rev : " v2.5.1 "
64
+ rev : " v2.6.0 "
65
65
hooks :
66
66
- id : pyproject-fmt
67
67
- repo : https://github.com/pre-commit/mirrors-mypy
68
- rev : ' v1.15.0 '
68
+ rev : ' v1.17.1 '
69
69
hooks :
70
70
- id : mypy
71
71
additional_dependencies : ["httpx", "pytest"]
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Transitions CI to use astral-sh/setup-uv ([ #42 ] ( https://github.com/stumpylog/tika-client/pull/42 ) )
13
13
- Improves the content-disposition header construction ([ #43 ] ( https://github.com/stumpylog/tika-client/pull/43 ) )
14
+ - Bump astral-sh/setup-uv from 5 to 6 ([ #44 ] ( https://github.com/stumpylog/tika-client/pull/44 ) )
14
15
15
16
## [ 0.9.0] - 2025-01-15
16
17
You can’t perform that action at this time.
0 commit comments