Skip to content

Commit

Permalink
Merge features/home_storage_operation
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Dec 16, 2023
2 parents f5fd20f + 1811801 commit 9737917
Show file tree
Hide file tree
Showing 96 changed files with 25,561 additions and 14,843 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.0
rev: v3.4.0
hooks:
- id: pyupgrade
#- repo: https://github.com/pycqa/pylint
# rev: pylint-2.6.0
# hooks:
# - id: pylint
- repo: https://github.com/kynan/nbstripout
rev: 0.6.0
rev: 0.6.1
hooks:
- id: nbstripout
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- requirements: rtd_requirements.txt

# Set the version of Python
build:
os: ubuntu-22.04
tools:
python: "3.9"
17 changes: 0 additions & 17 deletions doc/api.rst

This file was deleted.

66 changes: 0 additions & 66 deletions doc/api/edisgo.flex_opt.rst

This file was deleted.

58 changes: 0 additions & 58 deletions doc/api/edisgo.io.rst

This file was deleted.

66 changes: 0 additions & 66 deletions doc/api/edisgo.network.rst

This file was deleted.

44 changes: 0 additions & 44 deletions doc/api/edisgo.opf.rst

This file was deleted.

82 changes: 0 additions & 82 deletions doc/api/edisgo.tools.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/api/edisgo_class.rst

This file was deleted.

Loading

0 comments on commit 9737917

Please sign in to comment.