Skip to content

Commit 381602e

Browse files
Update .pre-commit-config.yaml
1 parent 932d189 commit 381602e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fail_fast: true
22

3-
# TODO: ruff
43
repos:
54
# checks for secrets via rules (gitleaks.toml)
65
- repo: https://github.com/zricethezav/gitleaks
@@ -9,7 +8,7 @@ repos:
98
- id: gitleaks
109
- repo: https://github.com/astral-sh/ruff-pre-commit
1110
# Ruff version.
12-
rev: v0.0.269
11+
rev: v0.0.270
1312
hooks:
1413
- id: ruff
1514
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)