We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4642d9 commit 61aaf13Copy full SHA for 61aaf13
.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
43
- id: codespell
44
args: [--ignore-words, .meta/codespell-ignores]
45
- repo: https://github.com/pre-commit/mirrors-prettier
46
- rev: "v4.0.0-alpha.4"
+ rev: "v4.0.0-alpha.8"
47
hooks:
48
- id: prettier
49
args: [--config, .meta/prettierrc.yml]
@@ -84,17 +84,17 @@ repos:
84
85
- id: yesqa
86
- repo: https://github.com/pre-commit/mirrors-mypy
87
- rev: "v1.7.1"
+ rev: "v1.8.0"
88
89
- id: mypy
90
args: [--config-file, .meta/mypy.ini]
91
- repo: https://github.com/psf/black
92
- rev: "23.11.0"
+ rev: "24.1.1"
93
94
- id: black
95
language_version: python38
96
- repo: https://github.com/PyCQA/flake8
97
- rev: "6.1.0"
+ rev: "7.0.0"
98
99
- id: flake8
100
additional_dependencies:
0 commit comments