3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added "Funding" link to pyproject.toml More... 8 days ago
Added tests for discid.util._sectors_to_seconds More... 8 days ago
Dropped Python 2 specific comments that no longer apply More... 8 days ago
Classes don't need to derive from object anymore More... 8 days ago
Replace broken CDDBPROTO with link to gnudb.org documentation More... 8 days ago
Fixed discid import when building docs More... 8 days ago
Use uv pip compile to generate doc/requirements.txt More... 8 days ago
Merge pull request #61 from phw/add-type-hints More... 8 days ago
Document method parameters and use sphinx-autodoc-typehints in docs More... 8 days ago
Ignore type error in doc/conf.py More... 9 days ago
Use dataclass for disc test cases More... 9 days ago
Added relevant type hints to public API More... 9 days ago
Fixed passing device as None More... 9 days ago
Run ruff format in pre-commit and CI workflow More... 9 days ago
Added .git-blame-ignore-revs to ignore reformatting commit More... 9 days ago
Reformat all code with ruff format More... 9 days ago
Fixed typos in documentation More... 9 days ago
Update documentation for minimum Python version 3.10 More... 9 days ago
Merge pull request #59 from phw/ruff-lint More... 9 days ago
Enabled the ruff line-length check, but increased allowed length to 120 More... 9 days ago
Fixed: Do not use mutable data structures for argument defaults More... 9 days ago
Added ruff lint configuration and enabled specific tests More... 9 days ago
Run ruff in Github actions More... 9 days ago
Updated implementations of util._encode / util._decode More... 9 days ago
Added ruff configuration and address linting issues More... 9 days ago
Added pre-commit config to run ruff check More... 9 days ago
CI: Run tests with Python 3.14, drop 3.9 tests More... 9 days ago
Added documentation requirements as dependency group "docs" More... 9 days ago
Bump minimum Python version to 3.10 More... 9 days ago
Fixed typos in comments and doc strings More... 9 days ago