diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4f94c5..1833c11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,12 +12,12 @@ repos: - id: prettier - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.6.0" + rev: "v2.11.1" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.3 + rev: v0.14.4 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -26,7 +26,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: detect-private-key - id: check-ast @@ -49,7 +49,7 @@ repos: files: '.*\.rej$' - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.1 + rev: v1.18.2 hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports] diff --git a/pyproject.toml b/pyproject.toml index 1875e45..6106473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,8 +141,8 @@ skip = [ ] [tool.pixi.workspace] -channels = ["conda-forge"] -platforms = ["osx-arm64", "linux-64"] +channels = [ "conda-forge" ] +platforms = [ "osx-arm64", "linux-64" ] [tool.pixi.dependencies] python = ">=3.11" @@ -159,9 +159,9 @@ python = "3.11.*" python = "3.13.*" [tool.pixi.environments] -default = { features = ["py313"], solve-group = "py313" } -dev-py311 = { features = ["dev", "test", "py311"], solve-group = "py311" } -dev-py313 = { features = ["dev", "test", "py313"], solve-group = "py313" } +default = { features = [ "py313" ], solve-group = "py313" } +dev-py311 = { features = [ "dev", "test", "py311" ], solve-group = "py311" } +dev-py313 = { features = [ "dev", "test", "py313" ], solve-group = "py313" } [tool.pixi.tasks] kernel-install = "python -m ipykernel install --user --name pixi-dev --display-name \"spatialdata-db (dev)\""