Skip to content

Commit

Permalink
chore: pre-commit autoupdate (meltano#7631)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Da Silva <will@willdasilva.xyz>
  • Loading branch information
pre-commit-ci[bot] and WillDaSilva committed May 2, 2023
1 parent 7d275df commit aae66b6
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 @@ -77,7 +77,7 @@ repos:
- "prettier@2.8.1"

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262
rev: v0.0.263
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion tests/meltano/core/behavior/test_hookable.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def test_trigger_hook(self):
@pytest.mark.asyncio()
async def test_trigger_hook_raise(self):
subject = Hooked()
with pytest.raises(Exception): # noqa: PT012, PT011
with pytest.raises(Exception): # noqa: B017, PT012, PT011
async with subject.trigger_hooks("test"):
raise Exception

Expand Down

0 comments on commit aae66b6

Please sign in to comment.