achevrot / impunity

A Python library to check physical units
https://achevrot.github.io/impunity/
MIT License
10 stars 0 forks source link

add ignore argument to impunity decorator #7

Open xoolive opened 1 year ago

xoolive commented 1 year ago
@impunity(ignore_warnings=True)
def fun():
    a: "m" = 1
   x = [a]
    return x