Skip to content

Commit

Permalink
Merge pull request #83 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 Aug 19, 2024
2 parents 08dff50 + 9fb0adf commit 9bc5ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ ci:
repos:

- repo: /~https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.1
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format

- repo: /~https://github.com/gitleaks/gitleaks
Expand Down
2 changes: 1 addition & 1 deletion test/test_shell_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _use_tmpdir(monkeypatch: MonkeyPatch, tmpdir: Path) -> None:
monkeypatch.chdir(tmpdir)


@pytest.fixture()
@pytest.fixture
def shell_logger() -> ShellLogger:
"""
Pre-populate a :class:`ShellLogger` for use in the tests.
Expand Down

0 comments on commit 9bc5ede

Please sign in to comment.