Skip to content

Commit 9ceccec

Browse files
authoredMar 13, 2024··
[pre-commit.ci] pre-commit autoupdate (#14)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.0...v0.3.2) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.6](codespell-project/codespell@v2.2.2...v2.2.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6277c0c commit 9ceccec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
@@ -11,13 +11,13 @@ repos:
1111
hooks:
1212
- id: pyproject-fmt
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.2.0
14+
rev: v0.3.2
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
1818
- id: ruff-format
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.2.2
20+
rev: v2.2.6
2121
hooks:
2222
- id: codespell
2323
additional_dependencies: ["tomli"]

0 commit comments

Comments
 (0)
Please sign in to comment.