mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-20 00:02:04 +00:00
[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](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.260...v0.0.261) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](https://github.com/pre-commit/mirrors-mypy/compare/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>
This commit is contained in:
parent
14bdd174bb
commit
d182f95646
|
@ -16,7 +16,7 @@ repos:
|
|||
- id: auto-walrus
|
||||
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: v0.0.260
|
||||
rev: v0.0.261
|
||||
hooks:
|
||||
- id: ruff
|
||||
|
||||
|
@ -51,7 +51,7 @@ repos:
|
|||
- id: validate-pyproject
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.1.1
|
||||
rev: v1.2.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
args:
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
* [Alternate Disjoint Set](data_structures/disjoint_set/alternate_disjoint_set.py)
|
||||
* [Disjoint Set](data_structures/disjoint_set/disjoint_set.py)
|
||||
* Hashing
|
||||
* [Bloom Filter](data_structures/hashing/bloom_filter.py)
|
||||
* [Double Hash](data_structures/hashing/double_hash.py)
|
||||
* [Hash Map](data_structures/hashing/hash_map.py)
|
||||
* [Hash Table](data_structures/hashing/hash_table.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user