Skip to content

Commit 3bf6b16

Browse files
committed
Add AGPLv3 license image
1 parent b6bd056 commit 3bf6b16

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h2 align="center">Detect and Fix Unused Python Code</h2>
44

55
<p align="center">
6-
<a href="https://github.com/albertas/deadcode/blob/main/LICENSE"><img alt="License: AGPL3" src="https://deadcode.readthedocs.io/en/stable/_static/license.svg"></a>
6+
<a href="https://github.com/albertas/deadcode/blob/main/LICENSE"><img alt="License: AGPLv3" src="https://raw.githubusercontent.com/albertas/deadcode/main/docs/_static/AGPLv3-license.svg"></a>
77
<a href="https://pypi.org/project/deadcode/"><img alt="PyPI" src="https://img.shields.io/pypi/v/deadcode"></a>
88
<a href="https://pepy.tech/project/deadcode"><img alt="Downloads" src="https://static.pepy.tech/badge/deadcode"></a>
99
</p>

Diff for: docs/_static/AGPLv3-license.svg

+23
Loading

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ known_third_party = ["deadcode"]
6666
ignore_names = [
6767
"ERROR_CODES",
6868
"fix",
69+
"dry",
6970
"fix_indent",
7071
"ignore_definitions_if_decorated_with",
7172
"ignore_if_decorated_with",

0 commit comments

Comments
 (0)