Skip to content

Commit 12270a6

Browse files
[pre-commit.ci] pre-commit autoupdate (#23)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.284...v0.0.285) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.1) - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.2](pre-commit/mirrors-prettier@v3.0.1...v3.0.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8c3880f commit 12270a6

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
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.0.284"
11+
rev: "v0.0.285"
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
@@ -26,7 +26,7 @@ repos:
2626
types: [python]
2727
args: ["-rn", "-sn", "--fail-on=I"]
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.5.0
29+
rev: v1.5.1
3030
hooks:
3131
- id: mypy
3232
name: mypy
@@ -36,7 +36,7 @@ repos:
3636
args: []
3737
require_serial: true
3838
- repo: https://github.com/pre-commit/mirrors-prettier
39-
rev: v3.0.1
39+
rev: v3.0.2
4040
hooks:
4141
- id: prettier
4242
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)