Skip to content

Commit e13b5a8

Browse files
ran-isenbergRan Isenberg
and
Ran Isenberg
authored
chore: update pre commit (#768)
Co-authored-by: Ran Isenberg <ran.isenberg@ranthebuilder.cloud>
1 parent d6173d8 commit e13b5a8

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.0.1
4+
rev: v4.5.0
55
hooks:
66
- id: trailing-whitespace
77
name: Ensure that code don't have trailing whitespace
@@ -26,7 +26,7 @@ repos:
2626
exclude: "^(?!helpers/)"
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.1.2
29+
rev: v0.1.3
3030
hooks:
3131
# Run the Ruff linter.
3232
- id: ruff

0 commit comments

Comments
 (0)