Skip to content

Commit 3458971

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.16.3](astral-sh/ruff-pre-commit@v0.15.8...v0.16.3) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3)
1 parent 1366827 commit 3458971

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: 'v0.15.8'
23+
rev: 'v0.16.3'
2424
hooks:
2525
- id: ruff-check
2626
args: [--fix, --exit-non-zero-on-fix]
2727
- id: ruff-format
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.4.2
29+
rev: v2.4.3
3030
hooks:
3131
- id: codespell
3232
additional_dependencies: ["tomli"]

0 commit comments

Comments
 (0)