ci: pin black for consistent output

This commit is contained in:
Enno Hermann 2024-03-07 11:46:07 +01:00
parent f6464d7682
commit c86cf9b2ef
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ repos:
# - id: end-of-file-fixer
# - id: trailing-whitespace
- repo: "https://github.com/psf/black"
rev: 23.12.0
rev: 24.2.0
hooks:
- id: black
language_version: python3

View File

@ -1,4 +1,4 @@
black
black==24.2.0
coverage
nose2
ruff==0.3.0