Skip to content

Commit a1b1c5b

Browse files
Merge branch 'TheAlgorithms:master' into better-graphs/dijkstra_2.py
2 parents 77e1ea2 + 52602ea commit a1b1c5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.7.0
19+
rev: v0.7.1
2020
hooks:
2121
- id: ruff
2222
- id: ruff-format
@@ -29,7 +29,7 @@ repos:
2929
- tomli
3030

3131
- repo: https://github.com/tox-dev/pyproject-fmt
32-
rev: "2.4.3"
32+
rev: "v2.4.3"
3333
hooks:
3434
- id: pyproject-fmt
3535

@@ -42,12 +42,12 @@ repos:
4242
pass_filenames: false
4343

4444
- repo: https://github.com/abravalheri/validate-pyproject
45-
rev: v0.21
45+
rev: v0.22
4646
hooks:
4747
- id: validate-pyproject
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.12.1
50+
rev: v1.13.0
5151
hooks:
5252
- id: mypy
5353
args:

0 commit comments

Comments
 (0)