Skip to content

Commit 3b944be

Browse files
pre-commit: bump repositories (#989)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a77870d commit 3b944be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ repos:
3737
additional_dependencies: ["sphinx>=9.1"]
3838
exclude: ^docs/index\.rst$ # https://github.com/LilSpazJoekp/docstrfmt/issues/176
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.15.4
40+
rev: v0.15.5
4141
hooks:
4242
- id: ruff-check
4343
args: [--fix, --show-fixes]
4444
- id: ruff-format
4545
- repo: https://github.com/codespell-project/codespell
46-
rev: "v2.4.1"
46+
rev: "v2.4.2"
4747
hooks:
4848
- id: codespell
4949
args: ["-L", "sur"]

0 commit comments

Comments
 (0)