Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/humanize/filesize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Bits and bytes related humanization."""
# canary: this comment intentionally exceeds the 88-character ruff default to trigger E501 on the lint workflow

Check failure on line 2 in src/humanize/filesize.py

View workflow job for this annotation

GitHub Actions / lint

ruff (E501)

src/humanize/filesize.py:2:89: E501 Line too long (111 > 88)

Check failure on line 2 in src/humanize/filesize.py

View workflow job for this annotation

GitHub Actions / lint

ruff (E501)

src/humanize/filesize.py:2:89: E501 Line too long (111 > 88)

from __future__ import annotations

Expand Down
Loading