Skip to content

Commit a8819c7

Browse files
pre-commit: bump repositories (#855)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 905aee4 commit a8819c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ repos:
3030
hooks:
3131
- id: prettier
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.9.2
33+
rev: v0.9.3
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --show-fixes]
3737
- id: ruff-format
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: "v2.3.0"
39+
rev: "v2.4.0"
4040
hooks:
4141
- id: codespell
4242
args: ["-L", "sur"]
@@ -47,6 +47,6 @@ repos:
4747
- id: rst-directive-colons
4848
- id: rst-inline-touching-normal
4949
- repo: https://github.com/tox-dev/tox-ini-fmt
50-
rev: "1.4.1"
50+
rev: "1.5.0"
5151
hooks:
5252
- id: tox-ini-fmt

0 commit comments

Comments
 (0)