Skip to content

Commit

Permalink
build: deal with Safety errors #405
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Mar 23, 2023
1 parent 12975aa commit 1f528bd
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 77 deletions.
4 changes: 4 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ def safety(session):
"52322",
"--ignore",
"52518",
"--ignore",
"53325",
"--ignore",
"53326",
)

try:
Expand Down
Loading

0 comments on commit 1f528bd

Please sign in to comment.