black config

This commit is contained in:
Paul Gauthier 2023-05-10 21:35:10 -07:00
parent 36fe08ae13
commit 84776593d3

View file

@ -3,7 +3,7 @@ repos:
rev: 23.3.0
hooks:
- id: black
args: ["--line-length", "90", "--preview"]
args: ["--line-length", "100", "--preview"]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks: