Skip to content

Commit

Permalink
Merge branch 'main' into method_args
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib authored Jun 13, 2024
2 parents 9b9853b + 9eefdb5 commit ed3d891
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .safety-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ security: # configuration for the `safety check` command
ignore-cvss-unknown-severity: False # True or False. We recommend you set this to False.
ignore-vulnerabilities: # Here you can list multiple specific vulnerabilities you want to ignore (optionally for a time period)
# We recommend making use of the optional `reason` and `expires` keys for each vulnerability that you ignore.
51457: # Example vulnerability ID
reason: 'This is a dependency of pytest-htnk, look here for more info:https://github.com/pytest-dev/pytest-html/issues/350' # optional, for internal note purposes to communicate with your team. This reason will be reported in the Safety reports
expires: '2023-12-31' # datetime string - date this ignore will expire, best practice to use this variable
continue-on-vulnerability-error: False # Suppress non-zero exit codes when vulnerabilities are found. Enable this in pipelines and CI/CD processes if you want to pass builds that have vulnerabilities. We recommend you set this to False.
70612:
reason: "https://data.safetycli.com/v/70612/97c/"
expires: '2025-12-31' # datetime string - date this ignore will expire, best practice to use this variable
continue-on-vulnerability-error: True # Suppress non-zero exit codes when vulnerabilities are found. Enable this in pipelines and CI/CD processes if you want to pass builds that have vulnerabilities. We recommend you set this to False.
alert: # configuration for the `safety alert` command
security:
# Configuration specific to Safety's GitHub Issue alerting
Expand Down
2 changes: 1 addition & 1 deletion lighter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.2a29"
__version__ = "0.0.2a30"

from .utils.logging import _setup_logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lighter = "lighter.utils.runner:cli"

[tool.poetry]
name = "project-lighter"
version = "0.0.2a29"
version = "0.0.2a30"
description = "YAML-based automated rapid prototyping framework for deep learning experiments"
readme = "README.md"
authors = ["Ibrahim Hadzic <[email protected]>" ,
Expand Down

0 comments on commit ed3d891

Please sign in to comment.