Skip to content

Commit 5f8df7e

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/jackdewinter/pymarkdown: v0.9.30 → v0.9.32](jackdewinter/pymarkdown@v0.9.30...v0.9.32) - [github.com/pycqa/pylint: v3.3.7 → v3.3.8](pylint-dev/pylint@v3.3.7...v3.3.8) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.2...v0.12.11) - [github.com/astral-sh/uv-pre-commit: 0.7.19 → 0.8.14](astral-sh/uv-pre-commit@0.7.19...0.8.14)
1 parent 087f604 commit 5f8df7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci:
1010
- uv-lock # will make problems during release please PRs
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks.git
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: end-of-file-fixer
1616
- id: trailing-whitespace
@@ -27,7 +27,7 @@ repos:
2727
- id: typos
2828

2929
- repo: https://github.com/jackdewinter/pymarkdown
30-
rev: v0.9.30
30+
rev: v0.9.32
3131
hooks:
3232
- id: pymarkdown
3333
args:
@@ -43,7 +43,7 @@ repos:
4343
exclude: CHANGELOG.md # is autogenerated
4444

4545
- repo: https://github.com/pycqa/pylint
46-
rev: v3.3.7
46+
rev: v3.3.8
4747
hooks:
4848
- id: pylint
4949
pass_filenames: false
@@ -57,7 +57,7 @@ repos:
5757
- pytest
5858

5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.12.2
60+
rev: v0.12.11
6161
hooks:
6262
- id: ruff
6363
args:
@@ -66,6 +66,6 @@ repos:
6666
- id: ruff-format
6767

6868
- repo: https://github.com/astral-sh/uv-pre-commit
69-
rev: 0.7.19
69+
rev: 0.8.14
7070
hooks:
7171
- id: uv-lock

0 commit comments

Comments
 (0)