diff --git a/README.md b/README.md index 691de50..7fba862 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Detect and Fix Unused Python Code

-License: AGPL3 +License: AGPLv3 PyPI Downloads

diff --git a/docs/_static/AGPLv3-license.svg b/docs/_static/AGPLv3-license.svg new file mode 100644 index 0000000..39d31d4 --- /dev/null +++ b/docs/_static/AGPLv3-license.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + license + license + AGPLv3 + AGPLv3 + + diff --git a/pyproject.toml b/pyproject.toml index cf5690c..97b1d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,6 +66,7 @@ known_third_party = ["deadcode"] ignore_names = [ "ERROR_CODES", "fix", + "dry", "fix_indent", "ignore_definitions_if_decorated_with", "ignore_if_decorated_with",