Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9891d2b

Browse files
[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](astral-sh/ruff-pre-commit@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>
1 parent a1aa631 commit 9891d2b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: auto-walrus
1717

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

‎DIRECTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
* [Count Number Of One Bits](bit_manipulation/count_number_of_one_bits.py)
4141
* [Excess 3 Code](bit_manipulation/excess_3_code.py)
4242
* [Find Previous Power Of Two](bit_manipulation/find_previous_power_of_two.py)
43+
* [Find Unique Number](bit_manipulation/find_unique_number.py)
4344
* [Gray Code Sequence](bit_manipulation/gray_code_sequence.py)
4445
* [Highest Set Bit](bit_manipulation/highest_set_bit.py)
4546
* [Index Of Rightmost Set Bit](bit_manipulation/index_of_rightmost_set_bit.py)
@@ -442,6 +443,7 @@
442443
* [Present Value](financial/present_value.py)
443444
* [Price Plus Tax](financial/price_plus_tax.py)
444445
* [Simple Moving Average](financial/simple_moving_average.py)
446+
* [Time And Half Pay](financial/time_and_half_pay.py)
445447

446448
## Fractals
447449
* [Julia Sets](fractals/julia_sets.py)
@@ -570,6 +572,7 @@
570572
* [Gaussian Elimination](linear_algebra/gaussian_elimination.py)
571573
* [Jacobi Iteration Method](linear_algebra/jacobi_iteration_method.py)
572574
* [Lu Decomposition](linear_algebra/lu_decomposition.py)
575+
* [Matrix Inversion](linear_algebra/matrix_inversion.py)
573576
* Src
574577
* [Conjugate Gradient](linear_algebra/src/conjugate_gradient.py)
575578
* [Gaussian Elimination Pivoting](linear_algebra/src/gaussian_elimination_pivoting.py)
@@ -1153,6 +1156,8 @@
11531156
* [Sol1](project_euler/problem_120/sol1.py)
11541157
* Problem 121
11551158
* [Sol1](project_euler/problem_121/sol1.py)
1159+
* Problem 122
1160+
* [Sol1](project_euler/problem_122/sol1.py)
11561161
* Problem 123
11571162
* [Sol1](project_euler/problem_123/sol1.py)
11581163
* Problem 125
@@ -1163,6 +1168,8 @@
11631168
* [Sol1](project_euler/problem_131/sol1.py)
11641169
* Problem 135
11651170
* [Sol1](project_euler/problem_135/sol1.py)
1171+
* Problem 136
1172+
* [Sol1](project_euler/problem_136/sol1.py)
11661173
* Problem 144
11671174
* [Sol1](project_euler/problem_144/sol1.py)
11681175
* Problem 145

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /