mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Apply black
This commit is contained in:
parent
cfb64b642f
commit
586ec7a8bc
40 changed files with 6135 additions and 4929 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue