Skip to content

Commit 06fa073

Browse files
committed
Merge branch 'master' into feat/migrate-away-from-melos
2 parents 1887c2c + d4059a4 commit 06fa073

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

utilities/jorm-metrics-server/jorm_metrics_server/models/active_plans.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""This module provides a model for the /api/v0/vote/active/plans endpoint."""
22

33
# cspell: words pydantic
4+
# ruff: noqa
45

56
from typing import Optional
67

utilities/jorm-metrics-server/jorm_metrics_server/scraper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
This module provides a scraper for scraping metrics from the Jormungandr API.
33
"""
44

5+
# ruff: noqa
6+
57
from typing import Callable
68

79
from .client import ApiClient

0 commit comments

Comments
 (0)