Skip to content

Commit cc0ea8d

Browse files
committed
added hooks
1 parent 06ba19a commit cc0ea8d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
repos:
3+
- repo: https://github.com/astral-sh/ruff-pre-commit
4+
rev: v0.11.13
5+
hooks:
6+
- id: ruff
7+
args: [ --fix ]
8+
- id: ruff-format
9+
10+
- repo: https://github.com/pre-commit/mirrors-mypy
11+
rev: v1.16.0
12+
hooks:
13+
- id: mypy

0 commit comments

Comments
 (0)