Skip to content

Commit

Permalink
Update conda lockfile for week of 2024-08-26 (#3810)
Browse files Browse the repository at this point in the history
* Update conda-lock.yml and rendered conda environment files.

* Update Ruff pre-commit hook & re-lock dependencies

* Ignore context manager warning...

---------

Co-authored-by: zaneselvans <[email protected]>
Co-authored-by: Zane Selvans <[email protected]>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent f9047f1 commit ac59eb2
Show file tree
Hide file tree
Showing 6 changed files with 944 additions and 969 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.6.1
rev: v0.6.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion devtools/zenodo/zenodo_data_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def _open_fsspec_file(self, openable_file: fsspec.core.OpenFile) -> IO[bytes]:
if "local" in openable_file.fs.protocol:
return openable_file.open()

tmpfile = tempfile.NamedTemporaryFile()
tmpfile = tempfile.NamedTemporaryFile() # noqa: SIM115
openable_file.fs.get(openable_file.path, tmpfile.name)
return tmpfile

Expand Down
104 changes: 52 additions & 52 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 ac59eb2

Please sign in to comment.