Skip to content

Commit debe440

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#10856)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.292...v0.1.1) - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.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 66631b7 commit debe440

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repos:
1616
- id: auto-walrus
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.0.292
19+
rev: v0.1.1
2020
hooks:
2121
- id: ruff
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.9.1
24+
rev: 23.10.0
2525
hooks:
2626
- id: black
2727

@@ -51,7 +51,7 @@ repos:
5151
- id: validate-pyproject
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.6.0
54+
rev: v1.6.1
5555
hooks:
5656
- id: mypy
5757
args:

DIRECTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
* [Deque Doubly](data_structures/linked_list/deque_doubly.py)
234234
* [Doubly Linked List](data_structures/linked_list/doubly_linked_list.py)
235235
* [Doubly Linked List Two](data_structures/linked_list/doubly_linked_list_two.py)
236+
* [Floyds Cycle Detection](data_structures/linked_list/floyds_cycle_detection.py)
236237
* [From Sequence](data_structures/linked_list/from_sequence.py)
237238
* [Has Loop](data_structures/linked_list/has_loop.py)
238239
* [Is Palindrome](data_structures/linked_list/is_palindrome.py)
@@ -394,6 +395,7 @@
394395
* [Interest](financial/interest.py)
395396
* [Present Value](financial/present_value.py)
396397
* [Price Plus Tax](financial/price_plus_tax.py)
398+
* [Simple Moving Average](financial/simple_moving_average.py)
397399

398400
## Fractals
399401
* [Julia Sets](fractals/julia_sets.py)
@@ -706,6 +708,7 @@
706708
* [Polygonal Numbers](maths/special_numbers/polygonal_numbers.py)
707709
* [Pronic Number](maths/special_numbers/pronic_number.py)
708710
* [Proth Number](maths/special_numbers/proth_number.py)
711+
* [Triangular Numbers](maths/special_numbers/triangular_numbers.py)
709712
* [Ugly Numbers](maths/special_numbers/ugly_numbers.py)
710713
* [Weird Number](maths/special_numbers/weird_number.py)
711714
* [Sum Of Arithmetic Series](maths/sum_of_arithmetic_series.py)
@@ -826,6 +829,7 @@
826829
* [Shear Stress](physics/shear_stress.py)
827830
* [Speed Of Sound](physics/speed_of_sound.py)
828831
* [Speeds Of Gas Molecules](physics/speeds_of_gas_molecules.py)
832+
* [Terminal Velocity](physics/terminal_velocity.py)
829833

830834
## Project Euler
831835
* Problem 001

0 commit comments

Comments
 (0)