Skip to content

Conversation

@BoboTiG
Copy link
Contributor

@BoboTiG BoboTiG commented Mar 17, 2025

Fixes most of warnings reported in #32 + other fixes explained briefly in each commit message.

Remaining warnings will be fixable using typing.Self (but only when dropping Python < 3.11, so it's not for tomorrow):

WARNING: py:class reference target not found: ulid.U [ref.class]

import time
import uuid
from datetime import datetime
from datetime import timezone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is much nicer to write and read code that does from datetime import datetime, timezone

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really necessary in order to get rid of the Sphinx warnings?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There must be other ways!

@codecov
Copy link

codecov bot commented Aug 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (59cd43d) to head (fd9869e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #35   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          287       286    -1     
  Branches        46        46           
=========================================
- Hits           287       286    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mdomke mdomke merged commit dfc3b9c into mdomke:main Aug 18, 2025
11 of 12 checks passed
@BoboTiG BoboTiG deleted the fix-sphinx-warnings branch August 18, 2025 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants