Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#169)
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.7.4 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.4...v0.8.1)

* [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 Dec 3, 2024
1 parent f3111d5 commit 6f2206e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.7.4
rev: v0.8.1
hooks:
- id: ruff
args: [--fix]
Expand Down
6 changes: 3 additions & 3 deletions src/aiida_lammps/parsers/parse_raw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from .trajectory import create_structure, iter_trajectories, parse_step

__all__ = (
"parse_outputfile",
"parse_final_data",
"parse_step",
"create_structure",
"iter_trajectories",
"parse_final_data",
"parse_outputfile",
"parse_step",
)

0 comments on commit 6f2206e

Please sign in to comment.