wemake-services
django-modern-rest
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix review issues
issue-1020
48 minutes ago
Convert Empty class usage to typing_extensions.Sentinel (#1024) * Convert Empty class usage to typing_extensions.Sentinel - Replace Empty class and EmptyObj with EMPTY = Sentinel('EMPTY') in dmr/types.py - Bump typing_extensions>=4.12 in pyproject.toml (Sentinel was added in 4.12) - Update all type annotations: Empty -> Sentinel - Update all sentinel usages: EmptyObj -> EMPTY - Update all identity checks: is EmptyObj -> is EMPTY, isinstance(..., Empty) -> is EMPTY - Update imports across all affected files Closes #995 * chore: re-trigger CI * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: add missing Sentinel import in endpoint.py Fixes pre-commit.ci F821 error: Undefined name Sentinel * docs: update public API docs to use EMPTY sentinel Replace autoclass:: dmr.types.Empty and autodata:: dmr.types.EmptyObj with autodata:: dmr.types.EMPTY to fix RTD build warnings --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
master
1 hour ago
docs: update public API docs to use EMPTY sentinel Replace autoclass:: dmr.types.Empty and autodata:: dmr.types.EmptyObj with autodata:: dmr.types.EMPTY to fix RTD build warnings
KardeniaPoyu:feature/replace-empty-with-sentinel
2 hours ago
fix
issue-1020
3 hours ago
Fix docs and lint
neocim:add-cursor-pagination
17 hours ago
Fix docs and lint
neocim:add-cursor-pagination
17 hours ago
Fix docs and lint
neocim:add-cursor-pagination
17 hours ago
Fix docs and lint
neocim:add-cursor-pagination
17 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix `Content-Disposition`, refs #1020
#1022
50 minutes ago
1556803
issue-1020
CodSpeed Performance Gauge
0%
Convert Empty class usage to typing_extensions.Sentinel
#1024
17 hours ago
729bf2c
KardeniaPoyu:feature/replace-empty-with-sentinel
CodSpeed Performance Gauge
0%
Add cursor pagination
#1018
17 hours ago
a666223
neocim:add-cursor-pagination
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs