Skip to content

Commit a900ad8

Browse files
[pre-commit.ci] pre-commit autoupdate (#329)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/tox-dev/pyproject-fmt: 2.2.4 → 2.4.3](tox-dev/pyproject-fmt@2.2.4...2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply automatic changes * Update pyproject.toml * Apply automatic changes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Gregor Sturm <mail@gregor-sturm.de> Co-authored-by: grst <grst@users.noreply.github.com>
1 parent 61456cb commit a900ad8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
- id: prettier
77
# Hooks that are run for scripts
88
- repo: https://github.com/tox-dev/pyproject-fmt
9-
rev: "2.2.4"
9+
rev: "2.4.3"
1010
hooks:
1111
- id: pyproject-fmt
1212
files: ^scripts/
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.6.9
14+
rev: v0.7.0
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

scripts/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3 :: Only",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
]
1920
dynamic = [ "version" ]
2021
dependencies = [

{{cookiecutter.project_name}}/.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repos:
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/tox-dev/pyproject-fmt
14-
rev: "2.2.4"
14+
rev: "v2.4.3"
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.6.9
18+
rev: v0.7.1
1919
hooks:
2020
- id: ruff
2121
types_or: [python, pyi, jupyter]

{{cookiecutter.project_name}}/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2324
]
2425
dependencies = [
2526
"anndata",

0 commit comments

Comments
 (0)