Skip to content

Commit 201225d

Browse files
authored
Merge pull request #89 from eggplants/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 11cdb56 + 55f045c commit 201225d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222
files: \.(py|sh|rst|yml|yaml)$
2323
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
24-
rev: v2.14.0
24+
rev: v2.15.0
2525
hooks:
2626
- id: pretty-format-yaml
2727
args: [--autofix, --indent, '2']
@@ -30,12 +30,12 @@ repos:
3030
hooks:
3131
- id: pyproject-fmt
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.11.12
33+
rev: v0.12.2
3434
hooks:
3535
- id: ruff
3636
args: [--fix]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.16.0
38+
rev: v1.16.1
3939
hooks:
4040
- id: mypy
4141
files: ^install_playwright/

0 commit comments

Comments
 (0)