diff --git a/rebuild b/rebuild index f855106..697e8a2 100644 --- a/rebuild +++ b/rebuild @@ -2,4 +2,4 @@ # when dependencies of the charm change, # but nothing in the charm needs to. # simply change the uuid to something new -da17b1c8-d02c-11ea-b8d7-f7637e85fa83 +8a0c0a3e-0016-11eb-aaff-97553810d845 diff --git a/tox.ini b/tox.ini index afd48f0..c91922e 100644 --- a/tox.ini +++ b/tox.ini @@ -94,4 +94,4 @@ commands = {posargs} [flake8] # E402 ignore necessary for path append before sys module import in actions -ignore = E402,W504 +ignore = E402,W503,W504