mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-22 13:47:37 +00:00
[pre-commit.ci] pre-commit autoupdate (#12680)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.5...v0.11.6) * updating DIRECTORY.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
a1aa6313e0
commit
9891d2bc30
@ -16,7 +16,7 @@ repos:
|
||||
- id: auto-walrus
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.11.5
|
||||
rev: v0.11.6
|
||||
hooks:
|
||||
- id: ruff
|
||||
- id: ruff-format
|
||||
|
@ -40,6 +40,7 @@
|
||||
* [Count Number Of One Bits](bit_manipulation/count_number_of_one_bits.py)
|
||||
* [Excess 3 Code](bit_manipulation/excess_3_code.py)
|
||||
* [Find Previous Power Of Two](bit_manipulation/find_previous_power_of_two.py)
|
||||
* [Find Unique Number](bit_manipulation/find_unique_number.py)
|
||||
* [Gray Code Sequence](bit_manipulation/gray_code_sequence.py)
|
||||
* [Highest Set Bit](bit_manipulation/highest_set_bit.py)
|
||||
* [Index Of Rightmost Set Bit](bit_manipulation/index_of_rightmost_set_bit.py)
|
||||
@ -442,6 +443,7 @@
|
||||
* [Present Value](financial/present_value.py)
|
||||
* [Price Plus Tax](financial/price_plus_tax.py)
|
||||
* [Simple Moving Average](financial/simple_moving_average.py)
|
||||
* [Time And Half Pay](financial/time_and_half_pay.py)
|
||||
|
||||
## Fractals
|
||||
* [Julia Sets](fractals/julia_sets.py)
|
||||
@ -570,6 +572,7 @@
|
||||
* [Gaussian Elimination](linear_algebra/gaussian_elimination.py)
|
||||
* [Jacobi Iteration Method](linear_algebra/jacobi_iteration_method.py)
|
||||
* [Lu Decomposition](linear_algebra/lu_decomposition.py)
|
||||
* [Matrix Inversion](linear_algebra/matrix_inversion.py)
|
||||
* Src
|
||||
* [Conjugate Gradient](linear_algebra/src/conjugate_gradient.py)
|
||||
* [Gaussian Elimination Pivoting](linear_algebra/src/gaussian_elimination_pivoting.py)
|
||||
@ -1153,6 +1156,8 @@
|
||||
* [Sol1](project_euler/problem_120/sol1.py)
|
||||
* Problem 121
|
||||
* [Sol1](project_euler/problem_121/sol1.py)
|
||||
* Problem 122
|
||||
* [Sol1](project_euler/problem_122/sol1.py)
|
||||
* Problem 123
|
||||
* [Sol1](project_euler/problem_123/sol1.py)
|
||||
* Problem 125
|
||||
@ -1163,6 +1168,8 @@
|
||||
* [Sol1](project_euler/problem_131/sol1.py)
|
||||
* Problem 135
|
||||
* [Sol1](project_euler/problem_135/sol1.py)
|
||||
* Problem 136
|
||||
* [Sol1](project_euler/problem_136/sol1.py)
|
||||
* Problem 144
|
||||
* [Sol1](project_euler/problem_144/sol1.py)
|
||||
* Problem 145
|
||||
|
Loading…
x
Reference in New Issue
Block a user