pomice
pomice copied to clipboard
The modern Lavalink wrapper designed for discord.py
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.10.1 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/23.10.1...25.9.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.0](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.21.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.16.0](https://github.com/asottile/reorder-python-imports/compare/v3.12.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v4.0.0](https://github.com/asottile/add-trailing-comma/compare/v3.1.0...v4.0.0)
Status: this branch will not function atm ## Description [Pydantic](https://docs.pydantic.dev/latest/) is the industry standard tool for model validation. It is a well trusted tool baked into other libraries (such as...
Resolves #60 Replaced `reorder-python-imports` with `isort` which is compatible with black. Changes untested. (should run locally in case import order affects something, highly unlikely by looking at diff though)