Skip to content

Commit 3b88197

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#58)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 27f7fe4 commit 3b88197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ repos:
3939
- id: pyupgrade
4040
args: [--py39-plus]
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.9.3
42+
rev: v0.9.4
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
4646
- id: ruff-format
4747
- repo: https://github.com/codespell-project/codespell
48-
rev: v2.4.0
48+
rev: v2.4.1
4949
hooks:
5050
- id: codespell
5151
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)