Skip to content

Commit 1e382f0

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#8691)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.262](astral-sh/ruff-pre-commit@v0.0.261...v0.0.262) - [github.com/tox-dev/pyproject-fmt: 0.9.2 → 0.10.0](tox-dev/pyproject-fmt@0.9.2...0.10.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 3e664df commit 1e382f0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.pre-commit-config.yaml

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

1818
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: v0.0.261
19+
rev: v0.0.262
2020
hooks:
2121
- id: ruff
2222

@@ -33,7 +33,7 @@ repos:
3333
- tomli
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "0.9.2"
36+
rev: "0.10.0"
3737
hooks:
3838
- id: pyproject-fmt
3939

DIRECTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@
327327
* [Minimum Coin Change](dynamic_programming/minimum_coin_change.py)
328328
* [Minimum Cost Path](dynamic_programming/minimum_cost_path.py)
329329
* [Minimum Partition](dynamic_programming/minimum_partition.py)
330+
* [Minimum Size Subarray Sum](dynamic_programming/minimum_size_subarray_sum.py)
330331
* [Minimum Squares To Represent A Number](dynamic_programming/minimum_squares_to_represent_a_number.py)
331332
* [Minimum Steps To One](dynamic_programming/minimum_steps_to_one.py)
332333
* [Minimum Tickets Cost](dynamic_programming/minimum_tickets_cost.py)
@@ -339,6 +340,7 @@
339340
* [Word Break](dynamic_programming/word_break.py)
340341

341342
## Electronics
343+
* [Apparent Power](electronics/apparent_power.py)
342344
* [Builtin Voltage](electronics/builtin_voltage.py)
343345
* [Carrier Concentration](electronics/carrier_concentration.py)
344346
* [Circular Convolution](electronics/circular_convolution.py)
@@ -348,6 +350,7 @@
348350
* [Electrical Impedance](electronics/electrical_impedance.py)
349351
* [Ind Reactance](electronics/ind_reactance.py)
350352
* [Ohms Law](electronics/ohms_law.py)
353+
* [Real And Reactive Power](electronics/real_and_reactive_power.py)
351354
* [Resistor Equivalence](electronics/resistor_equivalence.py)
352355
* [Resonant Frequency](electronics/resonant_frequency.py)
353356

@@ -483,6 +486,7 @@
483486
* [Astar](machine_learning/astar.py)
484487
* [Data Transformations](machine_learning/data_transformations.py)
485488
* [Decision Tree](machine_learning/decision_tree.py)
489+
* [Dimensionality Reduction](machine_learning/dimensionality_reduction.py)
486490
* Forecasting
487491
* [Run](machine_learning/forecasting/run.py)
488492
* [Gradient Descent](machine_learning/gradient_descent.py)
@@ -604,6 +608,7 @@
604608
* [Perfect Number](maths/perfect_number.py)
605609
* [Perfect Square](maths/perfect_square.py)
606610
* [Persistence](maths/persistence.py)
611+
* [Pi Generator](maths/pi_generator.py)
607612
* [Pi Monte Carlo Estimation](maths/pi_monte_carlo_estimation.py)
608613
* [Points Are Collinear 3D](maths/points_are_collinear_3d.py)
609614
* [Pollard Rho](maths/pollard_rho.py)

0 commit comments

Comments
 (0)