File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
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 :
Original file line number Diff line number Diff line change 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 )
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 )
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 )
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
You can’t perform that action at this time.
0 commit comments