Skip to content

Commit 4c59b58

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#8026)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) * 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 d588c3b commit 4c59b58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: auto-walrus
1616

1717
- repo: https://github.com/psf/black
18-
rev: 22.10.0
18+
rev: 22.12.0
1919
hooks:
2020
- id: black
2121

@@ -27,7 +27,7 @@ repos:
2727
- --profile=black
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.3.0
30+
rev: v3.3.1
3131
hooks:
3232
- id: pyupgrade
3333
args:

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@
535535
* [Collatz Sequence](maths/collatz_sequence.py)
536536
* [Combinations](maths/combinations.py)
537537
* [Decimal Isolate](maths/decimal_isolate.py)
538+
* [Decimal To Fraction](maths/decimal_to_fraction.py)
538539
* [Dodecahedron](maths/dodecahedron.py)
539540
* [Double Factorial Iterative](maths/double_factorial_iterative.py)
540541
* [Double Factorial Recursive](maths/double_factorial_recursive.py)

0 commit comments

Comments
 (0)