Skip to content

Commit a8adea2

Browse files
[pre-commit.ci] pre-commit autoupdate (#4)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: S. Co1 <sco1.git@gmail.com>
1 parent 674df01 commit a8adea2

File tree

5 files changed

+318
-266
lines changed

5 files changed

+318
-266
lines changed

.github/workflows/bump_cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Cached Release Cycle
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 9 1 1,4,7,10 *"
6+
- cron: "0 9 14 1,4,7,10 *"
77

88
jobs:
99
bump-cache:
@@ -21,9 +21,9 @@ jobs:
2121
python-version-file: "pyproject.toml"
2222

2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v6
24+
uses: astral-sh/setup-uv@v7
2525
with:
26-
version: "0.8.x"
26+
version: "0.9.x"
2727
enable-cache: true
2828
cache-dependency-glob: "uv.lock"
2929

.github/workflows/lint_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
python-version-file: "pyproject.toml"
2222

2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v6
24+
uses: astral-sh/setup-uv@v7
2525
with:
26-
version: "0.8.x"
26+
version: "0.9.x"
2727
enable-cache: true
2828
cache-dependency-glob: "uv.lock"
2929

@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
41-
python-version: ["3.11", "3.12", "3.13", "3.14-dev"]
41+
python-version: ["3.11", "3.12", "3.13", "3.14"]
4242
fail-fast: false
4343

4444
steps:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/checkout@v5
1616

1717
- name: Install uv
18-
uses: astral-sh/setup-uv@v6
18+
uses: astral-sh/setup-uv@v7
1919
with:
20-
version: "0.8.x"
20+
version: "0.9.x"
2121
enable-cache: true
2222
cache-dependency-glob: "uv.lock"
2323

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ ci:
22
autoupdate_schedule: quarterly
33

44
repos:
5-
- repo: https://github.com/psf/black
6-
rev: 25.1.0
5+
- repo: https://github.com/psf/black-pre-commit-mirror
6+
rev: 25.9.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 6.0.1
10+
rev: 6.1.0
1111
hooks:
1212
- id: isort
1313
name: isort
@@ -36,6 +36,6 @@ repos:
3636
- id: python-check-blanket-type-ignore
3737
- id: python-use-type-annotations
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.13.0
39+
rev: v0.14.0
4040
hooks:
4141
- id: ruff-check

0 commit comments

Comments
 (0)