From 2582afe0267220396a00672043bcd5b6e01ddfbe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:18:28 +0100 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate (#4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Trippe --- .pre-commit-config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82555d5..bf160ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + autoupdate_schedule: quarterly + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 @@ -15,7 +18,7 @@ repos: # Python - Ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.7 hooks: # Run the linter - id: ruff @@ -25,7 +28,7 @@ repos: # Detect secrets - repo: https://github.com/gitleaks/gitleaks - rev: v8.29.1 + rev: v8.30.0 hooks: - id: gitleaks From 2c2c38a8592cedd20f86a80efb6bb5fc79508d51 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 12 Dec 2025 20:41:23 +0100 Subject: [PATCH 2/3] add funding notice --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7b4078c..3010702 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Self-hosted web application for analyzing and visualizing PyPSA networks, with m architecture designed to extend into workflow execution, network editing, optimization, and custom integrations. +> [!NOTE] +> This prototype is being developed by [@lkstrp](https://github.com/lkstrp/) at the Technical University of Berlin with support of the German Research Organisation (DFG) (grant number [528775426](https://gepris.dfg.de/gepris/projekt/528775426)). + > [!WARNING] > This app is in early development. Expect things to not work and break! It is **not** recommended to deploy the app in production! From fe71039fbe045a66594f85a5b33165984a28118d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:38:14 +0000 Subject: [PATCH 3/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.14.10) - [github.com/rhysd/actionlint: v1.7.9 → v1.7.10](https://github.com/rhysd/actionlint/compare/v1.7.9...v1.7.10) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf160ca..59897ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: # Python - Ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.14.10 hooks: # Run the linter - id: ruff @@ -34,6 +34,6 @@ repos: # Lint Github Actions - repo: https://github.com/rhysd/actionlint - rev: v1.7.9 + rev: v1.7.10 hooks: - id: actionlint