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 cf6c522 + b96b9c8 commit a623274Copy full SHA for a623274
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_schedule: monthly
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: check-added-large-files
8
args: [--maxkb=2000]
@@ -26,16 +26,16 @@ repos:
26
- id: pretty-format-yaml
27
args: [--autofix, --indent, '2']
28
- repo: https://github.com/tox-dev/pyproject-fmt
29
- rev: v2.6.0
+ rev: v2.7.0
30
31
- id: pyproject-fmt
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.12.7
+ rev: v0.13.3
34
35
- id: ruff
36
args: [--fix]
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.17.1
+ rev: v1.18.2
39
40
- id: mypy
41
files: ^install_playwright/
0 commit comments