Skip to content

Commit dcd003e

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#9006)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.284...v0.0.285) - [github.com/abravalheri/validate-pyproject: v0.13 → v0.14](abravalheri/validate-pyproject@v0.13...v0.14) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.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 3a79e3b commit dcd003e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

+3-3
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.0.284
19+
rev: v0.0.285
2020
hooks:
2121
- id: ruff
2222

@@ -46,12 +46,12 @@ repos:
4646
pass_filenames: false
4747

4848
- repo: https://github.com/abravalheri/validate-pyproject
49-
rev: v0.13
49+
rev: v0.14
5050
hooks:
5151
- id: validate-pyproject
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.5.0
54+
rev: v1.5.1
5555
hooks:
5656
- id: mypy
5757
args:

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
* [Hexadecimal To Decimal](conversions/hexadecimal_to_decimal.py)
156156
* [Length Conversion](conversions/length_conversion.py)
157157
* [Molecular Chemistry](conversions/molecular_chemistry.py)
158+
* [Octal To Binary](conversions/octal_to_binary.py)
158159
* [Octal To Decimal](conversions/octal_to_decimal.py)
159160
* [Prefix Conversions](conversions/prefix_conversions.py)
160161
* [Prefix Conversions String](conversions/prefix_conversions_string.py)

0 commit comments

Comments
 (0)