Skip to content

Commit 61aaf13

Browse files
pre-commit-ci[bot]rkm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent d4642d9 commit 61aaf13

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
@@ -43,7 +43,7 @@ repos:
4343
- id: codespell
4444
args: [--ignore-words, .meta/codespell-ignores]
4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: "v4.0.0-alpha.4"
46+
rev: "v4.0.0-alpha.8"
4747
hooks:
4848
- id: prettier
4949
args: [--config, .meta/prettierrc.yml]
@@ -84,17 +84,17 @@ repos:
8484
hooks:
8585
- id: yesqa
8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: "v1.7.1"
87+
rev: "v1.8.0"
8888
hooks:
8989
- id: mypy
9090
args: [--config-file, .meta/mypy.ini]
9191
- repo: https://github.com/psf/black
92-
rev: "23.11.0"
92+
rev: "24.1.1"
9393
hooks:
9494
- id: black
9595
language_version: python38
9696
- repo: https://github.com/PyCQA/flake8
97-
rev: "6.1.0"
97+
rev: "7.0.0"
9898
hooks:
9999
- id: flake8
100100
additional_dependencies:

0 commit comments

Comments
 (0)