Skip to content

Commit bf99e30

Browse files
Update instance repo from cookiecutter template
1 parent 62808d1 commit bf99e30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.4.3"
14+
rev: "v2.4.3"
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.7.0
18+
rev: v0.7.1
1919
hooks:
2020
- id: ruff
2121
types_or: [python, pyi, jupyter]

pyproject.toml

Lines changed: 1 addition & 0 deletions
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)