Skip to content

Commit edf6067

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.0...v0.15.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 176c775 commit edf6067

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111
- id: detect-private-key
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.15.0
14+
rev: v0.15.5
1515
hooks:
1616
- id: ruff
1717
args: [--fix]
1818
- id: ruff-format
1919

2020
- repo: https://github.com/codespell-project/codespell
21-
rev: v2.4.1
21+
rev: v2.4.2
2222
hooks:
2323
- id: codespell
2424
args:

0 commit comments

Comments
 (0)