Removes migrations exclusion from black formatting

This commit is contained in:
Trenton Holmes 2022-03-03 09:55:47 -08:00
parent e1b60116cd
commit 265085ec4f

View File

@ -64,7 +64,6 @@ repos:
rev: 22.1.0
hooks:
- id: black
exclude: "(migrations)"
# Dockerfile hooks
- repo: https://github.com/pryorda/dockerfilelint-precommit-hooks
rev: "v0.1.0"