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.
2 parents 11cdb56 + 55f045c commit 201225dCopy full SHA for 201225d
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- id: trailing-whitespace
22
files: \.(py|sh|rst|yml|yaml)$
23
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
24
- rev: v2.14.0
+ rev: v2.15.0
25
hooks:
26
- id: pretty-format-yaml
27
args: [--autofix, --indent, '2']
@@ -30,12 +30,12 @@ repos:
30
31
- id: pyproject-fmt
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.11.12
+ rev: v0.12.2
34
35
- id: ruff
36
args: [--fix]
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.16.0
+ rev: v1.16.1
39
40
- id: mypy
41
files: ^install_playwright/
0 commit comments