Skip to content

Commit

Permalink
Merge pull request #153 from sandialabs/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci: pre-commit auto-update
  • Loading branch information
jmgate authored Dec 17, 2024
2 parents 1535864 + 3dd62ec commit 7ac2529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:
repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.3
hooks:
- id: ruff
- id: ruff-format
Expand Down
4 changes: 2 additions & 2 deletions staged_script/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
# SPDX-License-Identifier: BSD-3-Clause

from .staged_script import (
StagedScript,
HelpFormatter,
RetryStage,
StageDuration,
StagedScript,
)

__all__ = [
"StagedScript",
"HelpFormatter",
"RetryStage",
"StageDuration",
"StagedScript",
]
__version__ = "2.0.1"

0 comments on commit 7ac2529

Please sign in to comment.