Fix new black style check failures in various files.

This commit is contained in:
Marcel Admiraal
2020-08-21 16:40:43 +01:00
parent 8c4f556637
commit 5f092cf7bb
3 changed files with 16 additions and 5 deletions

View File

@ -162,13 +162,17 @@ env.CommandNoCache(
# Authors
env.Depends("#core/authors.gen.h", "../AUTHORS.md")
env.CommandNoCache(
"#core/authors.gen.h", "../AUTHORS.md", env.Run(core_builders.make_authors_header, "Generating authors header."),
"#core/authors.gen.h",
"../AUTHORS.md",
env.Run(core_builders.make_authors_header, "Generating authors header."),
)
# Donors
env.Depends("#core/donors.gen.h", "../DONORS.md")
env.CommandNoCache(
"#core/donors.gen.h", "../DONORS.md", env.Run(core_builders.make_donors_header, "Generating donors header."),
"#core/donors.gen.h",
"../DONORS.md",
env.Run(core_builders.make_donors_header, "Generating donors header."),
)
# License