Skip to content

Commit 25dee06

Browse files
[pre-commit.ci] pre-commit autoupdate (#334)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cdc04ca commit 25dee06

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ repos:
4545
exclude: "^packages/.*/(meta.yaml|logo\\..*)$"
4646
# scripts
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.14.14
48+
rev: v0.15.0
4949
hooks:
5050
- id: ruff-check
5151
args: [--fix, --exit-non-zero-on-fix]
5252
files: ^scripts/.*$
5353
- id: ruff-format
5454
files: ^scripts/.*$
5555
- repo: https://github.com/tox-dev/pyproject-fmt
56-
rev: v2.12.1
56+
rev: v2.14.2
5757
hooks:
5858
- id: pyproject-fmt
5959
- repo: https://github.com/camptocamp/jsonschema-gentypes

scripts/pyproject.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[build-system]
22
build-backend = "hatchling.build"
3-
43
requires = [ "hatch-vcs", "hatchling" ]
54

65
[project]
@@ -29,19 +28,16 @@ dependencies = [
2928
"pyyaml",
3029
"rich",
3130
]
32-
3331
urls.Documentation = "https://github.com/scverse/ecosystem-packages#readme"
3432
urls.Issues = "https://github.com/scverse/ecosystem-packages/issues"
3533
urls.Source = "https://github.com/scverse/ecosystem-packages"
3634
scripts.register-template-repos = "ecosystem_scripts.template_repo_registry:main"
3735
scripts.validate-registry = "ecosystem_scripts.validate_registry:main"
3836

39-
[tool.hatch.envs.default]
40-
python = "3.13"
41-
42-
[tool.hatch.version]
43-
source = "vcs"
44-
fallback-version = "0.0"
37+
[tool.hatch]
38+
envs.default.python = "3.13"
39+
version.source = "vcs"
40+
version.fallback-version = "0.0"
4541

4642
[tool.ruff]
4743
line-length = 120
@@ -72,7 +68,7 @@ lint.select = [
7268
"W",
7369
"YTT",
7470
]
75-
lint.ignore = [ ]
71+
lint.ignore = []
7672

7773
[tool.mypy]
7874
strict = true

0 commit comments

Comments
 (0)