Skip to content

Commit b9b7b1f

Browse files
[pre-commit.ci] pre-commit autoupdate (#119)
<!--pre-commit.ci start--> updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.0...v0.15.6) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5006af2 commit b9b7b1f

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
@@ -16,12 +16,12 @@ repos:
1616
- id: detect-private-key
1717
- id: check-yaml
1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.4.1
19+
rev: v2.4.2
2020
hooks:
2121
- id: codespell
2222
files: ^.*\.(py|md|rst)$
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.15.0
24+
rev: v0.15.6
2525
hooks:
2626
- id: ruff
2727
args: [ "--fix", "--exit-non-zero-on-fix" ]

0 commit comments

Comments
 (0)