Skip to content

Commit 1d6941c

Browse files
[pre-commit.ci] pre-commit autoupdate (#112)
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.261](astral-sh/ruff-pre-commit@v0.0.259...v0.0.261) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 492460f commit 1d6941c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.1.0
3+
rev: 23.3.0
44
hooks:
55
- id: black
66

@@ -19,13 +19,13 @@ repos:
1919
- id: trailing-whitespace
2020

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

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

0 commit comments

Comments
 (0)