Skip to content

Commit 5e733d7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.1](astral-sh/ruff-pre-commit@v0.15.20...v0.16.1) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3)
1 parent def2082 commit 5e733d7

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
@@ -9,12 +9,12 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.15.20
12+
rev: v0.16.1
1313
hooks:
1414
- id: ruff-check # See pyproject.toml for args
1515

1616
- repo: https://github.com/codespell-project/codespell
17-
rev: v2.4.2
17+
rev: v2.4.3
1818
hooks:
1919
- id: codespell # See pyproject.toml for args
2020
additional_dependencies:

0 commit comments

Comments
 (0)