Skip to content

Commit 421ace8

Browse files
pre-commit-ci[bot]github-actionscclauss
authoredAug 29, 2023
[pre-commit.ci] pre-commit autoupdate (#9013)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.0.286](astral-sh/ruff-pre-commit@v0.0.285...v0.0.286) - [github.com/tox-dev/pyproject-fmt: 0.13.1 → 1.1.0](tox-dev/pyproject-fmt@0.13.1...1.1.0) * updating DIRECTORY.md * Fis ruff rules PIE808,PLR1714 --------- 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> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 0a94380 commit 421ace8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+70
-71
lines changed
 

‎.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/astral-sh/ruff-pre-commit
19-
rev: v0.0.285
19+
rev: v0.0.286
2020
hooks:
2121
- id: ruff
2222

@@ -33,7 +33,7 @@ repos:
3333
- tomli
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "0.13.1"
36+
rev: "1.1.0"
3737
hooks:
3838
- id: pyproject-fmt
3939

‎DIRECTORY.md

-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@
245245
* Stacks
246246
* [Balanced Parentheses](data_structures/stacks/balanced_parentheses.py)
247247
* [Dijkstras Two Stack Algorithm](data_structures/stacks/dijkstras_two_stack_algorithm.py)
248-
* [Evaluate Postfix Notations](data_structures/stacks/evaluate_postfix_notations.py)
249248
* [Infix To Postfix Conversion](data_structures/stacks/infix_to_postfix_conversion.py)
250249
* [Infix To Prefix Conversion](data_structures/stacks/infix_to_prefix_conversion.py)
251250
* [Next Greater Element](data_structures/stacks/next_greater_element.py)

0 commit comments

Comments
 (0)