Skip to content

Commit 0472fd7

Browse files
chore(deps): update pre-commit hooks (#311)
<!--pre-commit.ci start--> updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.265 → v0.0.267](astral-sh/ruff-pre-commit@v0.0.265...v0.0.267) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 146fd75 commit 0472fd7

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
@@ -54,13 +54,13 @@ repos:
5454
exclude: "^tests"
5555

5656
- repo: https://github.com/charliermarsh/ruff-pre-commit
57-
rev: v0.0.265
57+
rev: v0.0.267
5858
hooks:
5959
- id: ruff
6060
args: ["--fix", "--show-fixes"]
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.2.0
63+
rev: v1.3.0
6464
hooks:
6565
- id: mypy
6666
exclude: |

0 commit comments

Comments
 (0)