File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,24 +26,24 @@ repos:
26
26
- id : pretty-format-yaml
27
27
args : [--autofix, --indent, '2']
28
28
- repo : https://github.com/tox-dev/pyproject-fmt
29
- rev : v2.5.1
29
+ rev : v2.6.0
30
30
hooks :
31
31
- id : pyproject-fmt
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
- rev : v0.11.8
33
+ rev : v0.11.12
34
34
hooks :
35
35
- id : ruff
36
36
args : [--fix]
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.15 .0
38
+ rev : v1.16 .0
39
39
hooks :
40
40
- id : mypy
41
41
files : ^install_playwright/
42
42
args : [--strict]
43
43
additional_dependencies :
44
44
- playwright
45
45
- repo : https://github.com/igorshubovych/markdownlint-cli
46
- rev : v0.44 .0
46
+ rev : v0.45 .0
47
47
hooks :
48
48
- id : markdownlint
49
49
exclude : ^.github/PULL_REQUEST_TEMPLATE.md
You can’t perform that action at this time.
0 commit comments