Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci:
autoupdate_schedule: quarterly

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
Expand All @@ -15,7 +18,7 @@ repos:

# Python - Ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.6
rev: v0.14.10
hooks:
# Run the linter
- id: ruff
Expand All @@ -25,12 +28,12 @@ repos:

# Detect secrets
- repo: https://github.com/gitleaks/gitleaks
rev: v8.29.1
rev: v8.30.0
hooks:
- id: gitleaks

# Lint Github Actions
- repo: https://github.com/rhysd/actionlint
rev: v1.7.9
rev: v1.7.10
hooks:
- id: actionlint
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down