Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate (#113)
Browse files Browse the repository at this point in the history
* chore(deps): pre-commit autoupdate

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)

* [pre-commit.ci] auto fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and edgarrmondragon authored Dec 2, 2024
1 parent e397e86 commit f5baf3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.2"
rev: "v0.8.1"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down
12 changes: 6 additions & 6 deletions tap_betterstack/streams/uptime.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
from singer_sdk.helpers.types import Context

__all__ = [
"Monitors",
"MonitorGroups",
"Heartbeats",
"HeartbeatGroups",
"OnCalls",
"EscalationPolicies",
"Incidents",
"HeartbeatGroups",
"Heartbeats",
"IncidentTimelineEvents",
"Incidents",
"MonitorGroups",
"Monitors",
"OnCalls",
]

Rule = th.ObjectType(
Expand Down

0 comments on commit f5baf3f

Please sign in to comment.