Skip to content

Commit d3bc0e8

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#8107)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) * updating DIRECTORY.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 11c4b84 commit d3bc0e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: black
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.11.4
23+
rev: 5.12.0
2424
hooks:
2525
- id: isort
2626
args:

DIRECTORY.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,7 @@
545545
* [Euler Modified](maths/euler_modified.py)
546546
* [Eulers Totient](maths/eulers_totient.py)
547547
* [Extended Euclidean Algorithm](maths/extended_euclidean_algorithm.py)
548-
* [Factorial Iterative](maths/factorial_iterative.py)
549-
* [Factorial Recursive](maths/factorial_recursive.py)
548+
* [Factorial](maths/factorial.py)
550549
* [Factors](maths/factors.py)
551550
* [Fermat Little Theorem](maths/fermat_little_theorem.py)
552551
* [Fibonacci](maths/fibonacci.py)

0 commit comments

Comments
 (0)