Skip to content

Commit

Permalink
update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
samamorgan authored and github-actions[bot] committed Dec 13, 2024
1 parent 5e9635c commit a13a064
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
args: [--unsafe]
Expand All @@ -9,7 +9,7 @@ repos:

## Python
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.8.3
hooks:
- id: ruff
args: [--fix]
Expand Down
10 changes: 5 additions & 5 deletions welkin/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,19 @@
from welkin.models.user import User, Users

__all__ = [
"CDT",
"SMS",
"Assessment",
"AssessmentRecord",
"AssessmentRecordAnswers",
"AssessmentRecords",
"Assessments",
"CDTRecordsExport",
"CDTs",
"CalendarEvent",
"CalendarEvents",
"CarePlan",
"CarePlanOverview",
"CDT",
"CDTRecordsExport",
"CDTs",
"Chat",
"Chats",
"DocumentSummaries",
Expand All @@ -60,10 +61,9 @@
"Patients",
"ProgramPhase",
"ProgramPhases",
"SMSes",
"Schedules",
"SearchChats",
"SMS",
"SMSes",
"User",
"Users",
"WorkHours",
Expand Down

0 comments on commit a13a064

Please sign in to comment.