Skip to content

Commit 31d0310

Browse files
pre-commit-ci[bot]ktbarrett
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/henryiii/validate-pyproject-schema-store: 2025.07.28 → 2025.08.07](henryiii/validate-pyproject-schema-store@2025.07.28...2025.08.07) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...v0.12.8)
1 parent 877979c commit 31d0310

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22

33
- repo: "https://github.com/pre-commit/pre-commit-hooks"
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
1212
- id: check-merge-conflict
1313

1414
- repo: https://github.com/henryiii/validate-pyproject-schema-store
15-
rev: "2025.07.28"
15+
rev: "2025.08.07"
1616
hooks:
1717
- id: validate-pyproject
1818

@@ -24,7 +24,7 @@ repos:
2424
- tomli
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.12.7
27+
rev: v0.12.8
2828
hooks:
2929
# Run the linter.
3030
- id: ruff-check

0 commit comments

Comments
 (0)