Skip to content

Commit 1d2fbeb

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1)
1 parent dd46325 commit 1d2fbeb

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
@@ -39,13 +39,13 @@ repos:
3939
- id: pyupgrade
4040
args: [--py38-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)