6
mirror of https://github.com/AllSpiceIO/post-dr-comment.git synced 2025-04-17 07:19:01 +00:00

Compare commits

..

No commits in common. "main" and "v0.1" have entirely different histories.
main ... v0.1

3 changed files with 2 additions and 7 deletions

View File

@ -168,11 +168,6 @@ def main():
args = parser.parse_args()
if not args.design_review_number.isdigit():
raise ValueError(
"Design review number is either not set or not a number; this run may not be on a pull request event?"
)
logger.setLevel(args.log_level.upper())
client = AllSpice(
args.allspice_hub_url,

View File

@ -1 +1 @@
ruff==0.9.9
ruff==0.9.4

View File

@ -1,3 +1,3 @@
py-allspice~=3.8.0
py-allspice~=3.5.0
PyYAML~=6.0.2