Skip to content

Commit a80297d

Browse files
[pre-commit.ci] pre-commit autoupdate (#144)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 42b9fb4 commit a80297d

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
@@ -19,13 +19,13 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: "v0.0.265"
22+
rev: "v0.0.267"
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.2.0
28+
rev: v1.3.0
2929
hooks:
3030
- id: mypy
3131
files: src

0 commit comments

Comments
 (0)