Skip to content

Commit 7fa9ad2

Browse files
committed
Update .pre-commit-config.yaml
1 parent efe5c76 commit 7fa9ad2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exclude: |
1818
1919
repos:
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: check-added-large-files
2424
args: ["--maxkb=500"]
@@ -46,8 +46,6 @@ repos:
4646
# - id: file-contents-sorter
4747
# files: ^(deploy-whitelist.txt|\.gitignore|\.dockerignore)$
4848
- id: fix-byte-order-marker
49-
- id: fix-encoding-pragma
50-
args: ["--remove"]
5149
- id: forbid-new-submodules
5250
# - id: forbid-submodules
5351
- id: mixed-line-ending
@@ -65,15 +63,15 @@ repos:
6563

6664
# ruff
6765
- repo: https://github.com/astral-sh/ruff-pre-commit
68-
rev: v0.11.8
66+
rev: v0.12.10
6967
hooks:
7068
- id: ruff
7169
args: [--fix, --exit-non-zero-on-fix]
7270
- id: ruff-format
7371

7472
# security
7573
- repo: https://github.com/gitleaks/gitleaks
76-
rev: v8.27.2
74+
rev: v8.28.0
7775
hooks:
7876
- id: gitleaks
7977

0 commit comments

Comments
 (0)