Skip to content

Commit 9aca936

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.11](astral-sh/ruff-pre-commit@v0.1.6...v0.1.11) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.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 09c6328 commit 9aca936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
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.1.11"
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
1515
- repo: https://github.com/psf/black
16-
rev: 23.11.0
16+
rev: 23.12.1
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.8.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)