Skip to content

Commit a2aaf0f

Browse files
[pre-commit.ci] pre-commit autoupdate (#92)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.11.2...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6d1b4da commit a2aaf0f

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
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.11.2
9+
rev: v0.15.9
1010
hooks:
1111
- id: ruff
1212
args: [--fix]
@@ -19,7 +19,7 @@ repos:
1919
files: '\.py$'
2020

2121
- repo: https://github.com/codespell-project/codespell
22-
rev: v2.4.1
22+
rev: v2.4.2
2323
hooks:
2424
- id: codespell
2525
args: [

0 commit comments

Comments
 (0)