Skip to content

Commit d182f95

Browse files
pre-commit-ci[bot]github-actions
and
github-actions
authored
[pre-commit.ci] pre-commit autoupdate (#8634)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.261](astral-sh/ruff-pre-commit@v0.0.260...v0.0.261) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.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 14bdd17 commit d182f95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .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.260
19+
rev: v0.0.261
2020
hooks:
2121
- id: ruff
2222

@@ -51,7 +51,7 @@ repos:
5151
- id: validate-pyproject
5252

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

Diff for: DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
* [Alternate Disjoint Set](data_structures/disjoint_set/alternate_disjoint_set.py)
196196
* [Disjoint Set](data_structures/disjoint_set/disjoint_set.py)
197197
* Hashing
198+
* [Bloom Filter](data_structures/hashing/bloom_filter.py)
198199
* [Double Hash](data_structures/hashing/double_hash.py)
199200
* [Hash Map](data_structures/hashing/hash_map.py)
200201
* [Hash Table](data_structures/hashing/hash_table.py)

0 commit comments

Comments
 (0)