Skip to content

Commit

Permalink
add version to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
swashko committed Jan 19, 2024
1 parent 0ed0818 commit 843ee52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modelscan/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

from typing import Any

from modelscan._version import __version__

DEFAULT_REPORTING_MODULES = {
"console": "modelscan.reports.ConsoleReport",
"json": "modelscan.reports.JSONReport",
}

DEFAULT_SETTINGS = {
"modelscan_version": __version__,
"supported_zip_extensions": [".zip", ".npz"],
"scanners": {
"modelscan.scanners.H5LambdaDetectScan": {
Expand Down

0 comments on commit 843ee52

Please sign in to comment.