Skip to content

Commit 2c70c57

Browse files
[pre-commit.ci] pre-commit autoupdate (#34)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.253 → v0.0.263](astral-sh/ruff-pre-commit@v0.0.253...v0.0.263) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4675a64 commit 2c70c57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/charliermarsh/ruff-pre-commit
17-
rev: "v0.0.253"
17+
rev: "v0.0.263"
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
2121

2222
- repo: https://github.com/psf/black
23-
rev: "23.1.0"
23+
rev: "23.3.0"
2424
hooks:
2525
- id: black
2626

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

0 commit comments

Comments
 (0)