Skip to content

Commit d99fef2

Browse files
pre-commit: bump repositories (#63)
updates: - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.11.2](astral-sh/ruff-pre-commit@v0.9.2...v0.11.2) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 53c3bba commit d99fef2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ repos:
3030
files: ^.pre-commit-config.yaml
3131
- id: trailing-whitespace
3232
- repo: https://github.com/abravalheri/validate-pyproject
33-
rev: v0.23
33+
rev: v0.24.1
3434
hooks:
3535
- id: validate-pyproject
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.9.2
37+
rev: v0.11.2
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --show-fixes]
4141
- id: ruff-format
4242
- repo: https://github.com/codespell-project/codespell
43-
rev: v2.3.0
43+
rev: v2.4.1
4444
hooks:
4545
- id: codespell
4646
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)