Reduce max line length from 120 to 100

This commit is contained in:
Zeva Rose 2022-02-02 19:55:17 -07:00
parent ab0e24129d
commit 446e78b6ae

View file

@ -19,7 +19,7 @@ repos:
rev: 21.7b0
hooks:
- id: black
args: [--line-length=120]
args: [--line-length=100]
- repo: https://github.com/pre-commit/mirrors-isort
rev: V5.9.3