Skip to content

Commit fe59dd7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.1...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 1342459 commit fe59dd7

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
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.9.1
10+
rev: v0.9.3
1111
hooks:
1212
- id: ruff
1313
args: [ --fix ]
@@ -18,7 +18,7 @@ repos:
1818
- id: black
1919

2020
- repo: https://github.com/codespell-project/codespell
21-
rev: v2.3.0
21+
rev: v2.4.0
2222
hooks:
2323
- id: codespell
2424
files: ^.*\.(py|md|rst|yml)$

0 commit comments

Comments
 (0)