mirror of
https://git.ari.lt/ari/forgejo-stats.git
synced 2025-02-04 09:29:23 +01:00
Change the DPI to 100, add GPG subkey ID.
This commit is contained in:
parent
ecdbae5268
commit
b905991f01
1 changed files with 2 additions and 1 deletions
3
stats.py
3
stats.py
|
@ -54,10 +54,11 @@ AUTHORS: t.Tuple[str, ...] = (
|
||||||
"ari@ari.lt",
|
"ari@ari.lt",
|
||||||
"B00bleaTeA",
|
"B00bleaTeA",
|
||||||
"4FAD63E936B305906A6C4894A50D5B4B599AF8A2",
|
"4FAD63E936B305906A6C4894A50D5B4B599AF8A2",
|
||||||
|
"A50D5B4B599AF8A2",
|
||||||
)
|
)
|
||||||
IGNORE_REPOS: t.Tuple[str, ...] = "dino-kernel", "sysvinit"
|
IGNORE_REPOS: t.Tuple[str, ...] = "dino-kernel", "sysvinit"
|
||||||
COLOUR: str = "#ffa647"
|
COLOUR: str = "#ffa647"
|
||||||
DPI: t.Final[int] = 200
|
DPI: t.Final[int] = 100
|
||||||
COMMIT_PAGE_LIMIT: t.Final[int] = 5 # Maximum commit pages (similar to UI)
|
COMMIT_PAGE_LIMIT: t.Final[int] = 5 # Maximum commit pages (similar to UI)
|
||||||
COMMIT_YEARS: t.Final[int] = (
|
COMMIT_YEARS: t.Final[int] = (
|
||||||
2 # How many years should the commit plot use in your commit history?
|
2 # How many years should the commit plot use in your commit history?
|
||||||
|
|
Loading…
Add table
Reference in a new issue