We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0543ae8 commit e95e5a7Copy full SHA for e95e5a7
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
40
- repo: https://github.com/pre-commit/mirrors-prettier
41
# keep it before yamllint
42
- rev: v3.1.0
+ rev: v4.0.0-alpha.3
43
hooks:
44
- id: prettier
45
always_run: true
@@ -64,7 +64,7 @@ repos:
64
- id: tox-ini-fmt
65
66
- repo: https://github.com/astral-sh/ruff-pre-commit
67
- rev: v0.1.5
+ rev: v0.1.6
68
69
- id: ruff
70
args: [--fix, --exit-non-zero-on-fix]
@@ -93,7 +93,7 @@ repos:
93
- tox
94
95
- repo: https://github.com/pre-commit/mirrors-mypy.git
96
- rev: v1.7.0
+ rev: v1.7.1
97
98
- id: mypy
99
additional_dependencies:
0 commit comments