Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 14, 2024
1 parent bb4c736 commit 628a76b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def test_i18n() -> None:
assert humanize.ordinal(5) == "5th"
assert humanize.precisedelta(one_min_three_seconds) == "1 minute and 7 seconds"


def test_en_locale() -> None:
three_seconds = NOW - dt.timedelta(seconds=3)

Expand All @@ -52,6 +53,7 @@ def test_en_locale() -> None:

humanize.i18n.deactivate()


def test_intcomma() -> None:
number = 10_000_000

Expand Down

0 comments on commit 628a76b

Please sign in to comment.