Skip to content

Commit f7b3f53

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.11.6](astral-sh/ruff-pre-commit@v0.4.9...v0.11.6) - [github.com/jackdewinter/pymarkdown: v0.9.20 → v0.9.29](jackdewinter/pymarkdown@v0.9.20...v0.9.29) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.15.0](pre-commit/mirrors-mypy@v1.10.0...v1.15.0) - [github.com/python-poetry/poetry: 1.8.0 → 2.1.2](python-poetry/poetry@1.8.0...2.1.2) - [github.com/python-poetry/poetry-plugin-export: 1.8.0 → 1.9.0](python-poetry/poetry-plugin-export@1.8.0...1.9.0)
1 parent e354fd5 commit f7b3f53

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip]"
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-yaml
88
args: [--unsafe]
@@ -12,23 +12,23 @@ repos:
1212
- id: end-of-file-fixer
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.4.9
15+
rev: v0.11.6
1616
hooks:
1717
- id: ruff
1818
name: "lint with ruff"
1919
- id: ruff-format
2020
name: "format with ruff"
2121

2222
- repo: https://github.com/jackdewinter/pymarkdown
23-
rev: v0.9.20
23+
rev: v0.9.29
2424
hooks:
2525
- id: pymarkdown
2626
name: "check markdown"
2727
exclude: ^.github/|CHANGELOG
2828
args: [scan]
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: "v1.10.0" # Use the sha / tag you want to point at
31+
rev: "v1.15.0" # Use the sha / tag you want to point at
3232
hooks:
3333
- id: mypy
3434
name: "Check with Mypy"
@@ -39,14 +39,14 @@ repos:
3939
- "types-tzlocal"
4040

4141
- repo: https://github.com/python-poetry/poetry
42-
rev: "1.8.0"
42+
rev: "2.1.2"
4343
hooks:
4444
- id: poetry-check
4545
name: "check poetry files"
4646
# - id: poetry-lock
4747

4848
- repo: https://github.com/python-poetry/poetry-plugin-export
49-
rev: "1.8.0"
49+
rev: "1.9.0"
5050
hooks:
5151
- id: poetry-export
5252
name: "export production dependencies"

0 commit comments

Comments
 (0)