setup black --preview

This commit is contained in:
dmunozv04
2024-01-14 15:03:01 +01:00
parent 846ea444d2
commit d575a296e7

View File

@@ -29,6 +29,8 @@ repos:
rev: 23.1.0
hooks:
- id: black
language_version: '3.11'
args: ["--preview"]
- repo: https://github.com/hadialqattan/pycln # removes unused imports
rev: v2.3.0
hooks: