pre-commit: autoupdate versions

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-03-03 19:11:43 +02:00
parent b2cd013b09
commit 61cbb8e3f9
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
repos:
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.3.0
hooks:
- id: ruff