File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " hatchling.build"
3-
43requires = [ " hatch-vcs" , " hatchling" ]
54
65[project ]
@@ -29,19 +28,16 @@ dependencies = [
2928 " pyyaml" ,
3029 " rich" ,
3130]
32-
3331urls.Documentation = " https://github.com/scverse/ecosystem-packages#readme"
3432urls.Issues = " https://github.com/scverse/ecosystem-packages/issues"
3533urls.Source = " https://github.com/scverse/ecosystem-packages"
3634scripts.register-template-repos = " ecosystem_scripts.template_repo_registry:main"
3735scripts.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 ]
4743line-length = 120
@@ -72,7 +68,7 @@ lint.select = [
7268 " W" ,
7369 " YTT" ,
7470]
75- lint.ignore = [ ]
71+ lint.ignore = []
7672
7773[tool .mypy ]
7874strict = true
You can’t perform that action at this time.
0 commit comments