Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
albertkol committed Dec 8, 2023
1 parent 0852fc3 commit 917df77
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 18 additions & 0 deletions ruff2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Set the maximum line length to 79.
line-length = 79

[lint]
select = [
# pycodestyle
"E",
# Pyflakes
"F",
# pyupgrade
"UP",
# flake8-bugbear
"B",
# flake8-simplify
"SIM",
# isort
"I",
]
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ import {
import { sendAnalyticsEvent } from "advantage/react/utils/sendAnalyticsEvent";
import { SelectedId } from "../Content/types";
import ExpiryNotification from "../ExpiryNotification";
import {
ExpiryNotificationSize,
} from "../ExpiryNotification/ExpiryNotification";
import { ExpiryNotificationSize } from "../ExpiryNotification/ExpiryNotification";
import RenewalButton from "../RenewalButton";
import SubscriptionCancel from "../SubscriptionCancel";
import SubscriptionEdit from "../SubscriptionEdit";
Expand Down

0 comments on commit 917df77

Please sign in to comment.