chore: Migrate from Poetry to uv, bump dependencies and python version.

This commit is contained in:
Elisiário Couto
2025-01-13 21:12:04 +00:00
parent 6b2cb8a52f
commit 33006f8f43
7 changed files with 419 additions and 612 deletions

View File

@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.6.5"
rev: "v0.9.1"
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: ".*\\.md$"