disable code for black being confused about markdown

This commit is contained in:
Jonathan Wren 2022-10-30 13:02:22 -07:00
parent bc7dd65773
commit 56efc1283b
No known key found for this signature in database

View file

@ -152,6 +152,7 @@ pycodestyle = [
"-W1*", "-W2*", "-W3*", "-W5*",
]
"flake8-*" = ["+*"]
flake8-black = ["-BLK901"]
[build-system]