Update black version in pre-commit config

This commit is contained in:
karlch 2023-01-03 16:33:51 +01:00
parent 2870abd6c7
commit 68a6d1e529
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.12.0
hooks:
- id: black
args: [--force-exclude, .*syntax_error.*.py]