chore(deps): Update black, ruff and pre-commit to latest versions.

This commit is contained in:
Elisiário Couto
2024-06-07 18:28:33 +01:00
parent 410e600673
commit 7672533e86
3 changed files with 139 additions and 190 deletions

View File

@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
language_version: python3.12
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.3.4"
rev: "v0.4.8"
hooks:
- id: ruff
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: ".*\\.md$"