Delint everything, make tabs four spaces instead.

master
Simon Quigley 4 years ago
parent 5b4ed6ac5c
commit 5c486a878a

@ -1,8 +1,9 @@
{
"exclude": "(^LICENSE)",
"exclude": "(^LICENSE|.gitignore)",
"linters": {
"sample": {
"type": "flake8"
"python": {
"type": "flake8",
"exclude": "(\\.html$)"
}
}
}

@ -125,7 +125,7 @@ if __name__ == "__main__":
# Ensure the logging level is set properly
num_level = getattr(log, args.log.upper(), None)
if not isinstance(num_level, int):
raise ValueError("Invalid log level: %s" % loglevel)
raise ValueError("Invalid log level: %s" % args.log)
# Fully configure the logger
log.basicConfig(format="%(asctime)s\t%(levelname)s\t%(message)s",

@ -10,10 +10,6 @@
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="col">
</div>
</div>
<div class="row justify-content-center">
<div class="col" style="text-align: center;">
<h1>Summary for Lubuntu Project Metrics</h1>

@ -13,10 +13,6 @@
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="col">
</div>
</div>
<div class="row justify-content-center">
<div class="col" style="text-align: center;">
<h1>Jenkins data for the past {{ days }} day(s)</h1>

Loading…
Cancel
Save