Skip to content

Commit dddd4a1

Browse files
committed
Update .pre-commit-config.yaml
1 parent a6abbe5 commit dddd4a1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,25 @@
22
# pre-commit install
33
# To update the pre-commit hooks run:
44
# pre-commit install-hooks
5-
exclude: '^(\.bumpversion\.cfg)(/|$)'
6-
minimum_pre_commit_version: "1.20.0"
5+
minimum_pre_commit_version: "3"
76
repos:
87
- repo: meta
98
hooks:
109
- id: identity
1110
- id: check-hooks-apply
1211
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.3.0
12+
rev: v4.6.0
1413
hooks:
14+
- id: check-builtin-literals
15+
- id: check-executables-have-shebangs
1516
- id: check-merge-conflict
17+
- id: check-toml
18+
- id: check-yaml
1619
- id: debug-statements
17-
- id: check-builtin-literals
1820
- id: detect-private-key
1921
- id: end-of-file-fixer
2022
- id: mixed-line-ending
21-
# - id: check-executables-have-shebangs
2223
- id: trailing-whitespace
23-
- id: fix-encoding-pragma
24-
args:
25-
- --remove
2624
- repo: https://github.com/astral-sh/ruff-pre-commit
2725
rev: v0.5.2
2826
hooks:

0 commit comments

Comments
 (0)