Skip to content

Commit

Permalink
Merge branch 'main' into update-bulk-elec-data
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer authored Feb 10, 2025
2 parents 6797e95 + 97065a9 commit ba8c769
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 360 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ repos:
# Formatters: hooks that re-write Python & documentation files
####################################################################################
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.2
rev: v3.5.0
hooks:
- id: prettier
types_or: [yaml]
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mambaorg/micromamba:2.0.5-ubuntu24.04
FROM mambaorg/micromamba:2.0.6-ubuntu24.04

ENV CONTAINER_HOME=/home/$MAMBA_USER
ENV PGDATA=${CONTAINER_HOME}/pgdata
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
# we need to define these package to URL mappings:
intersphinx_mapping = {
"arrow": ("https://arrow.apache.org/docs/", None),
# "dagster": ("https://docs.dagster.io/", None), # See: https://github.com/dagster-io/dagster/issues/27328
"dagster": ("https://docs.dagster.io/", None),
"dask": ("https://docs.dask.org/en/latest/", None),
"datasette": ("https://docs.datasette.io/en/stable/", None),
"geopandas": ("https://geopandas.org/en/stable/", None),
Expand Down
42 changes: 21 additions & 21 deletions environments/conda-linux-64.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ba8c769

Please sign in to comment.