Skip to content

Commit 0c8656d

Browse files
authored
Merge pull request #66 from eggplants/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c20beca + 9856d79 commit 0c8656d

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: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
args: [--maxkb=2000]
@@ -26,15 +26,15 @@ repos:
2626
- id: pretty-format-yaml
2727
args: [--autofix, --indent, '2']
2828
- repo: https://github.com/tox-dev/pyproject-fmt
29-
rev: 2.2.1
29+
rev: 2.2.4
3030
hooks:
3131
- id: pyproject-fmt
3232
- repo: https://github.com/psf/black
3333
rev: 24.8.0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.6.3
37+
rev: v0.6.9
3838
hooks:
3939
- id: ruff
4040
args: [--fix]
@@ -47,7 +47,7 @@ repos:
4747
additional_dependencies:
4848
- playwright
4949
- repo: https://github.com/igorshubovych/markdownlint-cli
50-
rev: v0.41.0
50+
rev: v0.42.0
5151
hooks:
5252
- id: markdownlint
5353
exclude: ^.github/PULL_REQUEST_TEMPLATE.md

0 commit comments

Comments
 (0)