Skip to content

Commit 3f50f13

Browse files
[pre-commit.ci] pre-commit autoupdate (#129)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.2...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ali Hamdan <ali.hamdan.dev@gmail.com>
1 parent ce3d0bc commit 3f50f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.4.2
17+
rev: v0.5.1
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121
- id: ruff-format
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.10.0
23+
rev: v1.10.1
2424
hooks:
2525
- id: mypy
2626
additional_dependencies: ["rich"]

0 commit comments

Comments
 (0)