Skip to content

Commit f80cdda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.4.9](astral-sh/ruff-pre-commit@v0.1.6...v0.4.9) - [github.com/psf/black: 23.11.0 → 24.4.2](psf/black@23.11.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.10.0](pre-commit/mirrors-mypy@v1.7.1...v1.10.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent 4805b22 commit f80cdda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.1.6"
11+
rev: "v0.4.9"
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
1515
- repo: https://github.com/psf/black
16-
rev: 23.11.0
16+
rev: 24.4.2
1717
hooks:
1818
- id: black
1919
args: [--safe, --quiet]
@@ -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.7.1
29+
rev: v1.10.0
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.1.0
39+
rev: v4.0.0-alpha.8
4040
hooks:
4141
- id: prettier
4242
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)