Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#154)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.4...v0.6.8)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 1, 2024
1 parent b2502b5 commit 7ac6ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.6.8
hooks:
- id: ruff
args: [--fix]
Expand Down
2 changes: 1 addition & 1 deletion src/aiida_lammps/parsers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def parse(self, **kwargs):
_restartfile_name = self.parse_restartfile(
parameters=parameters,
list_of_files=list_of_files,
temp_folder=kwargs.get("retrieved_temporary_folder", None),
temp_folder=kwargs.get("retrieved_temporary_folder"),
)

if _restartfile_name:
Expand Down

0 comments on commit 7ac6ebc

Please sign in to comment.