Skip to content

Commit 1879dc8

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 9807b15 commit 1879dc8

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
@@ -11,13 +11,13 @@ repos:
1111
- "--py37-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.9.2"
14+
rev: "v0.9.3"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
1818
- id: ruff-format
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.3.0
20+
rev: v2.4.0
2121
hooks:
2222
- id: codespell
2323
args:

0 commit comments

Comments
 (0)