Update black flags

This commit is contained in:
Zeva Rose 2022-02-02 20:22:51 -07:00
parent 6d40e5acc5
commit 7ad353e62e

View file

@ -19,7 +19,7 @@ repos:
rev: 22.1.0
hooks:
- id: black
args: [--line-length=100]
args: [--line-length=100, --fast, --target-version=py310]
- repo: https://github.com/pre-commit/mirrors-isort
rev: V5.10.1