File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# ascii-animator
22[ ![ build] ( https://github.com/soda480/ascii-animator/actions/workflows/main.yml/badge.svg?branch=main )] ( https://github.com/soda480/ascii-animator/actions/workflows/main.yml )
3- [ ![ Code Grade ] ( https://api.codiga .io/project/34685/status/svg )] ( https://app.codiga .io/hub/project/34685/ascii-animator )
3+ [ ![ complexity ] ( https://img.shields .io/badge/complexity-A-brightgreen )] ( https://radon.readthedocs .io/en/latest/api.html#module-radon.complexity )
44[ ![ vulnerabilities] ( https://img.shields.io/badge/vulnerabilities-None-brightgreen )] ( https://pypi.org/project/bandit/ )
55[ ![ PyPI version] ( https://badge.fury.io/py/ascii-animator.svg )] ( https://badge.fury.io/py/ascii-animator )
66[ ![ python] ( https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-teal )] ( https://www.python.org/downloads/ )
Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ def set_properties(project):
5252 project .set_property ('radon_break_build_average_complexity_threshold' , 4 )
5353 project .set_property ('radon_break_build_complexity_threshold' , 10 )
5454 project .set_property ('bandit_break_build' , True )
55- project .set_property ('anybadge_exclude' , 'coverage, complexity ' )
55+ project .set_property ('anybadge_exclude' , 'coverage' )
You can’t perform that action at this time.
0 commit comments