Skip to content

Commit b96b9c8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent cf6c522 commit b96b9c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
args: [--maxkb=2000]
@@ -26,16 +26,16 @@ repos:
2626
- id: pretty-format-yaml
2727
args: [--autofix, --indent, '2']
2828
- repo: https://github.com/tox-dev/pyproject-fmt
29-
rev: v2.6.0
29+
rev: v2.7.0
3030
hooks:
3131
- id: pyproject-fmt
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.12.7
33+
rev: v0.13.3
3434
hooks:
3535
- id: ruff
3636
args: [--fix]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.17.1
38+
rev: v1.18.2
3939
hooks:
4040
- id: mypy
4141
files: ^install_playwright/

0 commit comments

Comments
 (0)