Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#274)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent f145b8d commit 8dc2e4a
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 @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.2"
rev: "v0.8.1"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
6 changes: 3 additions & 3 deletions src/pylhe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
from pylhe.awkward import to_awkward

__all__ = [
"__version__",
"LHEEvent",
"LHEEventInfo",
"LHEFile",
"LHEInit",
"LHEInitInfo",
"LHEParticle",
"LHEProcInfo",
"__version__",
"read_lhe",
"read_lhe_file",
"read_lhe_init",
"read_lhe_with_attributes",
"read_num_events",
"write_lhe_file_path",
"to_awkward",
"write_lhe_file",
"write_lhe_file_path",
"write_lhe_file_string",
"write_lhe_string",
"to_awkward",
]


Expand Down

0 comments on commit 8dc2e4a

Please sign in to comment.