Skip to content

Commit 30492ff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 9460f6b commit 30492ff

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
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: blackdoc
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.4.4
22+
rev: v0.4.5
2323
hooks:
2424
- id: ruff
2525
args: [--fix]
@@ -30,7 +30,7 @@ repos:
3030
- id: mypy
3131
additional_dependencies: [types-requests, types-setuptools]
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.2.6
33+
rev: v2.3.0
3434
hooks:
3535
- id: codespell
3636
additional_dependencies:

0 commit comments

Comments
 (0)