Skip to content

Commit 6d21101

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.14...v0.15.9) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 1dc4569 commit 6d21101

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ ci:
44
autoupdate_schedule: "monthly"
55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: "v0.14.14"
7+
rev: "v0.15.9"
88
hooks:
99
- id: ruff
1010
args: ["--fix", "--unsafe-fixes"]
1111
- id: ruff-format
1212
- repo: https://github.com/PyCQA/autoflake
13-
rev: v2.3.1
13+
rev: v2.3.3
1414
hooks:
1515
- id: autoflake
1616
args:
@@ -38,7 +38,7 @@ repos:
3838
args: ["--fix=lf"]
3939
- id: trailing-whitespace
4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.4.1
41+
rev: v2.4.2
4242
hooks:
4343
- id: codespell
4444
args: ["--write-changes"]

0 commit comments

Comments
 (0)