Skip to content

Commit 594908c

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#9056)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.287...v0.0.288) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.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 1835af2 commit 594908c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
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.287
19+
rev: v0.0.288
2020
hooks:
2121
- id: ruff
2222

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

Diff for: DIRECTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [In Static Equilibrium](arithmetic_analysis/in_static_equilibrium.py)
66
* [Intersection](arithmetic_analysis/intersection.py)
77
* [Jacobi Iteration Method](arithmetic_analysis/jacobi_iteration_method.py)
8+
* [Junk](arithmetic_analysis/junk.py)
89
* [Lu Decomposition](arithmetic_analysis/lu_decomposition.py)
910
* [Newton Forward Interpolation](arithmetic_analysis/newton_forward_interpolation.py)
1011
* [Newton Method](arithmetic_analysis/newton_method.py)
@@ -133,6 +134,7 @@
133134
## Computer Vision
134135
* [Cnn Classification](computer_vision/cnn_classification.py)
135136
* [Flip Augmentation](computer_vision/flip_augmentation.py)
137+
* [Haralick Descriptors](computer_vision/haralick_descriptors.py)
136138
* [Harris Corner](computer_vision/harris_corner.py)
137139
* [Horn Schunck](computer_vision/horn_schunck.py)
138140
* [Mean Threshold](computer_vision/mean_threshold.py)
@@ -586,6 +588,7 @@
586588
* [Greedy Coin Change](maths/greedy_coin_change.py)
587589
* [Hamming Numbers](maths/hamming_numbers.py)
588590
* [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py)
591+
* [Harshad Numbers](maths/harshad_numbers.py)
589592
* [Hexagonal Number](maths/hexagonal_number.py)
590593
* [Integration By Simpson Approx](maths/integration_by_simpson_approx.py)
591594
* [Interquartile Range](maths/interquartile_range.py)
@@ -626,6 +629,7 @@
626629
* [Pi Monte Carlo Estimation](maths/pi_monte_carlo_estimation.py)
627630
* [Points Are Collinear 3D](maths/points_are_collinear_3d.py)
628631
* [Pollard Rho](maths/pollard_rho.py)
632+
* [Polygonal Numbers](maths/polygonal_numbers.py)
629633
* [Polynomial Evaluation](maths/polynomial_evaluation.py)
630634
* Polynomials
631635
* [Single Indeterminate Operations](maths/polynomials/single_indeterminate_operations.py)
@@ -712,6 +716,7 @@
712716
* Activation Functions
713717
* [Exponential Linear Unit](neural_network/activation_functions/exponential_linear_unit.py)
714718
* [Leaky Rectified Linear Unit](neural_network/activation_functions/leaky_rectified_linear_unit.py)
719+
* [Scaled Exponential Linear Unit](neural_network/activation_functions/scaled_exponential_linear_unit.py)
715720
* [Back Propagation Neural Network](neural_network/back_propagation_neural_network.py)
716721
* [Convolution Neural Network](neural_network/convolution_neural_network.py)
717722
* [Perceptron](neural_network/perceptron.py)

0 commit comments

Comments
 (0)