Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Apr 16, 2024
1 parent aa59d79 commit 262b0f7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tools/create_dahsboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
branch = app.get("branch", "master")

if app.get("status") == "unmaintained":
ci.append("[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)")
ci.append(
"[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)"
)

else:

Expand Down Expand Up @@ -59,7 +61,13 @@
)

df = pd.DataFrame(
{"name": name, "status": status, "ci": ci, "last commit": last_commit, "version": version}
{
"name": name,
"status": status,
"ci": ci,
"last commit": last_commit,
"version": version,
}
)

# append to readme
Expand Down

0 comments on commit 262b0f7

Please sign in to comment.