Skip to content

Commit bae08ad

Browse files
cclaussgithub-actions
and
github-actions
authored
README.md: Lose LGTM badge because we don't use it (TheAlgorithms#7063)
* README.md: Lose LGTM badge because we don't use it * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent c0c2302 commit bae08ad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
## Audio Filters
1616
* [Butterworth Filter](audio_filters/butterworth_filter.py)
17+
* [Equal Loudness Filter](audio_filters/equal_loudness_filter.py)
1718
* [Iir Filter](audio_filters/iir_filter.py)
1819
* [Show Response](audio_filters/show_response.py)
1920

@@ -475,6 +476,7 @@
475476
* [Binomial Coefficient](maths/binomial_coefficient.py)
476477
* [Binomial Distribution](maths/binomial_distribution.py)
477478
* [Bisection](maths/bisection.py)
479+
* [Carmichael Number](maths/carmichael_number.py)
478480
* [Catalan Number](maths/catalan_number.py)
479481
* [Ceil](maths/ceil.py)
480482
* [Check Polygon](maths/check_polygon.py)

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
<a href="https://github.com/TheAlgorithms/Python/actions">
2525
<img src="https://img.shields.io/github/workflow/status/TheAlgorithms/Python/build?label=CI&logo=github&style=flat-square" height="20" alt="GitHub Workflow Status">
2626
</a>
27-
<a href="https://lgtm.com/projects/g/TheAlgorithms/Python/alerts">
28-
<img src="https://img.shields.io/lgtm/alerts/github/TheAlgorithms/Python.svg?label=LGTM&logo=LGTM&style=flat-square" height="20" alt="LGTM">
29-
</a>
3027
<a href="https://github.com/pre-commit/pre-commit">
3128
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit">
3229
</a>

0 commit comments

Comments
 (0)