Skip to content

Commit 86921bc

Browse files
authored
Merge pull request #69 from eggplants/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0c8656d + 7fae192 commit 86921bc

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,20 +26,20 @@ repos:
2626
- id: pretty-format-yaml
2727
args: [--autofix, --indent, '2']
2828
- repo: https://github.com/tox-dev/pyproject-fmt
29-
rev: 2.2.4
29+
rev: v2.5.0
3030
hooks:
3131
- id: pyproject-fmt
3232
- repo: https://github.com/psf/black
33-
rev: 24.8.0
33+
rev: 24.10.0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.6.9
37+
rev: v0.7.2
3838
hooks:
3939
- id: ruff
4040
args: [--fix]
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.11.2
42+
rev: v1.13.0
4343
hooks:
4444
- id: mypy
4545
files: ^install_playwright/

0 commit comments

Comments
 (0)