Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix(ci): Update pre-commit hooks and apply new black (#4359)
* fix(ci): Update pre-commit hooks and apply new black * remove empty docstring
- Loading branch information
Showing
with
26 additions
and 27 deletions.
- +1 −1 .github/workflows/pre-commit.yml
- +3 −3 .pre-commit-config.yaml
- +1 −1 data_structures/binary_tree/binary_search_tree.py
- +5 −5 data_structures/heap/heap.py
- +5 −5 data_structures/heap/max_heap.py
- +1 −1 data_structures/linked_list/deque_doubly.py
- +5 −5 data_structures/stacks/stack.py
- +1 −1 digital_image_processing/sepia.py
- +0 −1 hashes/md5.py
- +1 −1 machine_learning/linear_discriminant_analysis.py
- +1 −1 machine_learning/linear_regression.py
- +1 −1 maths/monte_carlo_dice.py
- +1 −1 other/least_recently_used.py


1