Skip to content

Commit 346cde8

Browse files
ci: pre-commit autoupdate (#215)
1 parent 99bcd12 commit 346cde8

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
@@ -17,7 +17,7 @@ repos:
1717
- id: requirements-txt-fixer
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.9.3
20+
rev: v0.9.4
2121
hooks:
2222
# Run the linter.
2323
- id: ruff
@@ -29,11 +29,11 @@ repos:
2929
additional_dependencies: [types-PyYAML]
3030
exclude: ^testing/resources/
3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.4.0
32+
rev: v2.4.1
3333
hooks:
3434
- id: codespell
3535
- repo: https://github.com/commit-check/commit-check
36-
rev: v0.9.2
36+
rev: v0.9.3
3737
hooks:
3838
- id: check-message
3939
# - id: check-branch # uncomment if you need.

0 commit comments

Comments
 (0)