Skip to content

Commit 53f9614

Browse files
committed
Prettify
1 parent 85ebb6e commit 53f9614

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ repos:
2222
- id: check-useless-excludes
2323
- id: check-hooks-apply
2424

25+
2526
##### Style / Misc. #####
2627
- repo: https://github.com/pre-commit/pre-commit-hooks
2728
rev: v5.0.0
@@ -34,31 +35,37 @@ repos:
3435
- id: check-toml
3536
- id: end-of-file-fixer
3637
- id: trailing-whitespace
38+
3739
- repo: https://github.com/crate-ci/typos
3840
rev: v1.30.2
3941
hooks:
4042
- id: typos
4143
args: [--force-exclude]
44+
4245
- repo: https://github.com/asottile/pyupgrade
4346
rev: v3.19.1
4447
hooks:
4548
- id: pyupgrade
49+
4650
- repo: https://github.com/astral-sh/ruff-pre-commit
4751
rev: v0.9.10
4852
hooks:
4953
- id: ruff
5054
args: [--fix]
5155
- id: ruff-format
5256

57+
5358
##### Security #####
5459
- repo: https://github.com/gitleaks/gitleaks
5560
rev: v8.24.0
5661
hooks:
5762
- id: gitleaks
63+
5864
- repo: https://github.com/woodruffw/zizmor-pre-commit
5965
rev: v1.4.1
6066
hooks:
6167
- id: zizmor
68+
6269
- repo: https://github.com/PyCQA/bandit
6370
rev: 1.8.3
6471
hooks:

0 commit comments

Comments
 (0)