Skip to content

Commit ef09a5f

Browse files
[pre-commit.ci] pre-commit autoupdate (#36)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.263...v0.0.275) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4d641fa commit ef09a5f

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
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/charliermarsh/ruff-pre-commit
17-
rev: "v0.0.263"
17+
rev: "v0.0.275"
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
@@ -25,6 +25,6 @@ repos:
2525
- id: black
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: "v2.2.4"
28+
rev: "v2.2.5"
2929
hooks:
3030
- id: codespell

0 commit comments

Comments
 (0)