Skip to content

Commit b2060fd

Browse files
[pre-commit.ci] pre-commit autoupdate (#181)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) * Bump deps --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: S. Co1 <[email protected]>
1 parent f2ccfde commit b2060fd

File tree

5 files changed

+174
-172
lines changed

5 files changed

+174
-172
lines changed

.github/workflows/lint_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v3
2020
with:
21-
version: "0.5.x"
21+
version: "0.6.x"
2222
enable-cache: true
2323
cache-dependency-glob: "uv.lock"
2424

@@ -47,7 +47,7 @@ jobs:
4747
- name: Install uv
4848
uses: astral-sh/setup-uv@v3
4949
with:
50-
version: "0.5.x"
50+
version: "0.6.x"
5151
enable-cache: true
5252
cache-dependency-glob: "uv.lock"
5353

.github/workflows/pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v3
2323
with:
24-
version: "0.5.x"
24+
version: "0.6.x"
2525
enable-cache: true
2626
cache-dependency-glob: "uv.lock"
2727

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ci:
22
skip: [flake8]
3-
autoupdate_schedule: monthly
3+
autoupdate_schedule: quarterly
44

55
repos:
66
- repo: https://github.com/psf/black
77
rev: 25.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/isort
11-
rev: 6.0.0
11+
rev: 6.0.1
1212
hooks:
1313
- id: isort
1414
name: isort
@@ -27,7 +27,7 @@ repos:
2727
- id: python-check-blanket-type-ignore
2828
exclude: "test_type_ignore.py"
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.9.4
30+
rev: v0.9.9
3131
hooks:
3232
- id: ruff
3333
- repo: local

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cog.out(
3131
]]] -->
3232
```bash
3333
$ flake8 --version
34-
7.1.1 (flake8-annotations: 3.1.1, mccabe: 0.7.0, pycodestyle: 2.12.1, pyflakes: 3.2.0) CPython 3.13.1 on Darwin
34+
7.1.2 (flake8-annotations: 3.1.1, mccabe: 0.7.0, pycodestyle: 2.12.1, pyflakes: 3.2.0) CPython 3.13.1 on Darwin
3535
```
3636
<!-- [[[end]]] -->
3737

0 commit comments

Comments
 (0)