We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25915a commit 40f165bCopy full SHA for 40f165b
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: auto-walrus
16
17
- repo: https://github.com/psf/black
18
- rev: 22.10.0
+ rev: 22.12.0
19
hooks:
20
- id: black
21
@@ -27,7 +27,7 @@ repos:
27
- --profile=black
28
29
- repo: https://github.com/asottile/pyupgrade
30
- rev: v3.3.0
+ rev: v3.3.1
31
32
- id: pyupgrade
33
args:
DIRECTORY.md
@@ -533,6 +533,7 @@
533
* [Collatz Sequence](maths/collatz_sequence.py)
534
* [Combinations](maths/combinations.py)
535
* [Decimal Isolate](maths/decimal_isolate.py)
536
+ * [Decimal To Fraction](maths/decimal_to_fraction.py)
537
* [Dodecahedron](maths/dodecahedron.py)
538
* [Double Factorial Iterative](maths/double_factorial_iterative.py)
539
* [Double Factorial Recursive](maths/double_factorial_recursive.py)
0 commit comments