mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-02 14:39:59 +08:00
Format the coding style across the codebase using "black" and manual tweaks
The main benefit of this commit is that the use of double quotes is now consistent.
This commit is contained in:
@@ -2,16 +2,8 @@ config = dict(
|
||||
logging=dict(
|
||||
loggers=dict(
|
||||
# Quiet this guy down...
|
||||
requests={
|
||||
"level": "WARNING",
|
||||
"propagate": True,
|
||||
"handlers": ["console"],
|
||||
},
|
||||
module_build_service={
|
||||
"level": "INFO",
|
||||
"propagate": True,
|
||||
"handlers": ["console"],
|
||||
},
|
||||
),
|
||||
),
|
||||
requests={"level": "WARNING", "propagate": True, "handlers": ["console"]},
|
||||
module_build_service={"level": "INFO", "propagate": True, "handlers": ["console"]},
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user