Skip to content

Commit 1eec6bd

Browse files
committed
Create .pre-commit-config.yaml
1 parent 5471eac commit 1eec6bd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
repos:
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
rev: v0.12.1
4+
hooks:
5+
- id: ruff
6+
- repo: https://github.com/pre-commit/pre-commit-hooks
7+
rev: v5.0.0
8+
hooks:
9+
- id: check-yaml
10+
- id: check-json
11+
- id: detect-private-key
12+
- id: check-illegal-windows-names
13+
- id: check-symlinks
14+
- id: check-toml

0 commit comments

Comments
 (0)