chore: update ruff and black in precommit config (#2336)

ran `poetry lock --no-update`
This commit is contained in:
dni ⚡ 2024-03-21 11:05:01 +01:00 committed by GitHub
parent 17839f6a25
commit 241b286e21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 22 deletions

View file

@ -14,7 +14,7 @@ repos:
- id: mixed-line-ending
- id: check-case-conflict
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit