From 59ed5d264c8a978c8aea29b7586556d9af5e43e3 Mon Sep 17 00:00:00 2001 From: sebhmg Date: Thu, 17 Oct 2024 18:43:14 -0400 Subject: [PATCH 1/2] [DEVOPS-515] restore release version to 0.2.0 alpha --- param_sweeps/__init__.py | 2 +- poetry.lock | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/param_sweeps/__init__.py b/param_sweeps/__init__.py index c36d6e1..00b8f29 100644 --- a/param_sweeps/__init__.py +++ b/param_sweeps/__init__.py @@ -6,4 +6,4 @@ # (see LICENSE file at the root of this source code package). -__version__ = "0.3.0-alpha.1" +__version__ = "0.2.0-alpha.1" diff --git a/poetry.lock b/poetry.lock index 86dc44c..56e79cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -161,7 +161,7 @@ pydantic = "^2.5.2" type = "git" url = "https://github.com/MiraGeoscience/geoh5py.git" reference = "release/0.10.0" -resolved_reference = "c7b8520dda3e023e29a2c5afa5ab18062f5a589f" +resolved_reference = "682271009d7f94a136f082798f52f722d00534d7" [[package]] name = "h5py" diff --git a/pyproject.toml b/pyproject.toml index d67f2b6..2f301d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "param-sweeps" -version = "0.3.0-alpha.1" +version = "0.2.0-alpha.1" description = "Parameter sweeper for ui.json powered applications" license = "MIT" From 08f84428702f3c339a2096f315ce0aa316b89b05 Mon Sep 17 00:00:00 2001 From: sebhmg Date: Thu, 17 Oct 2024 19:00:01 -0400 Subject: [PATCH 2/2] [DEVOPS-515] apply pre-comit autoupdate --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4c28c6..6ce7de0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 exclude: ^docs/(source/conf.py|_ext/) -default_stages: [commit,push] +default_stages: [pre-commit,pre-push] fail_fast: false ci: @@ -22,7 +22,7 @@ repos: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.7.0 hooks: - id: ruff args: @@ -31,7 +31,7 @@ repos: # - --unsafe-fixes - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.12.0 hooks: - id: mypy additional_dependencies: [ @@ -42,7 +42,7 @@ repos: ] exclude: ^docs/ - repo: https://github.com/codingjoe/relint - rev: 3.1.1 + rev: 3.2.0 hooks: - id: relint args: [-W] # to fail on warnings @@ -70,7 +70,7 @@ repos: exclude: (\.lock|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$ entry: codespell -I .codespellignore - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace exclude: \.mdj$