Skip to content

Commit daf5474

Browse files
chore(deps): pre-commit autoupdate (#525)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 528952d commit daf5474

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.2
24+
rev: v0.9.3
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.3.0
35+
rev: v2.4.0
3636
hooks:
3737
- id: codespell
3838
additional_dependencies:

0 commit comments

Comments
 (0)