chore: Update dependencies, use ruff to format code.

This commit is contained in:
Elisiário Couto
2024-08-21 16:00:09 +01:00
parent c70a4e5cb8
commit 59346334db
3 changed files with 84 additions and 154 deletions

View File

@@ -1,14 +1,9 @@
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
language_version: python3.12
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.5.0"
rev: "v0.6.1"
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks: