Skip to content

Commit

Permalink
Update conda lockfile and pre-commit hooks. (#3980)
Browse files Browse the repository at this point in the history
* Update conda lockfile and pre-commit hooks.

* Update release notes with notes on a couple of recently merged PRs.
  • Loading branch information
zaneselvans authored Nov 30, 2024
1 parent 1d6096e commit c616d6d
Show file tree
Hide file tree
Showing 6 changed files with 656 additions and 640 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
# Formatters: hooks that re-write Python & documentation files
####################################################################################
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
11 changes: 11 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,20 @@ v2024.XX.x (2024-MM-DD)
New Data Coverage
^^^^^^^^^^^^^^^^^

* Add a couple of semi-transformed interim EIA-176 (natural gas sources and
dispositions) tables. They aren't yet being written to the database, but are one step
closer. See :issue:`3555` and PRs :pr:`3590,3978`. Thanks to :user:`davidmudrauskas`
for moving this dataset forward.

Bug Fixes
^^^^^^^^^

* Fix an accidentally swapped set of starting balance / ending balance column rename
parameters in the pre-2021 DBF derived data that feeds into
:ref:`core_ferc1__yearly_other_regulatory_liabilities_sched278`. See issue
:issue:`3952` and PRs :pr:`3969,3979`. Thanks to :user:`yolandazzz13` for making
this fix.

Major Dependency Updates
^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
74 changes: 37 additions & 37 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 c616d6d

Please sign in to comment.