Apply black

This commit is contained in:
MinchinWeb 2021-07-01 00:00:54 -06:00
commit 586ec7a8bc
40 changed files with 6135 additions and 4929 deletions

View file

@ -95,5 +95,9 @@ force_sort_within_sections = true
# Designate "pelican" as separate import section
known_pelican = "pelican"
sections = "FUTURE,STDLIB,THIRDPARTY,PELICAN,FIRSTPARTY,LOCALFOLDER"
[tool.black]
line-length = 88
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]