Skip to content

Commit

Permalink
chore: update ruff (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: gruebel <anton.gruebel@gmail.com>
  • Loading branch information
gruebel authored Mar 19, 2024
1 parent 46ca726 commit 9411d0f
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
@@ -1,7 +1,7 @@
default_stages: [commit]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.3.3
hooks:
- id: ruff
args: [--fix]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def after(
}

if hook_context.provider_metadata:
event_attributes[
EventAttributes.PROVIDER_NAME
] = hook_context.provider_metadata.name
event_attributes[EventAttributes.PROVIDER_NAME] = (
hook_context.provider_metadata.name
)

current_span.add_event(OTEL_EVENT_NAME, event_attributes)

Expand Down

0 comments on commit 9411d0f

Please sign in to comment.