Skip to content

Commit 5f9bbf2

Browse files
chore(deps): pre-commit autoupdate (#528)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ccbe9d5 commit 5f9bbf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
exclude: poetry.lock
2222
args: [--autofix, --trailing-commas]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.9.3
24+
rev: v0.9.4
2525
hooks:
2626
- id: ruff
2727
args: [--fix]
@@ -32,7 +32,7 @@ repos:
3232
- id: mypy
3333
additional_dependencies: [types-requests, types-setuptools]
3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.4.0
35+
rev: v2.4.1
3636
hooks:
3737
- id: codespell
3838
additional_dependencies:

0 commit comments

Comments
 (0)