Unit Test Workflow, Dockerfile, and Other Improvements

This commit is contained in:
Semantic Versioner
2023-07-22 04:46:03 -04:00
committed by Layla
parent 28eaf580b4
commit 89675b6928
9 changed files with 121 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
from typing import List
from pathlib import Path
from functools import cache
from functools import lru_cache
import configparser
import toml
@@ -8,7 +8,7 @@ import toml
from semver.exceptions import SemverException
@cache
@lru_cache(maxsize=None)
def get_settings() -> dict:
"""
Get the settings from the config file