Skip to content

Commit 9281378

Browse files
chore: update pre-commit hooks (#25)
1 parent bae9549 commit 9281378

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
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [black==23.3.0]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.4.4"
48+
rev: "v0.4.5"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
@@ -63,7 +63,7 @@ repos:
6363
- tomli
6464

6565
- repo: https://github.com/codespell-project/codespell
66-
rev: "v2.2.6"
66+
rev: "v2.3.0"
6767
hooks:
6868
- id: codespell
6969

0 commit comments

Comments
 (0)