Skip to content

Commit 11cdb56

Browse files
authored
Merge pull request #87 from eggplants/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 523c5b6 + fac96b7 commit 11cdb56

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
@@ -26,24 +26,24 @@ repos:
2626
- id: pretty-format-yaml
2727
args: [--autofix, --indent, '2']
2828
- repo: https://github.com/tox-dev/pyproject-fmt
29-
rev: v2.5.1
29+
rev: v2.6.0
3030
hooks:
3131
- id: pyproject-fmt
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.11.8
33+
rev: v0.11.12
3434
hooks:
3535
- id: ruff
3636
args: [--fix]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.15.0
38+
rev: v1.16.0
3939
hooks:
4040
- id: mypy
4141
files: ^install_playwright/
4242
args: [--strict]
4343
additional_dependencies:
4444
- playwright
4545
- repo: https://github.com/igorshubovych/markdownlint-cli
46-
rev: v0.44.0
46+
rev: v0.45.0
4747
hooks:
4848
- id: markdownlint
4949
exclude: ^.github/PULL_REQUEST_TEMPLATE.md

0 commit comments

Comments
 (0)