Skip to content

Commit f4ea882

Browse files
committed
chore(deps): added in --dev pre-commit and update .pre-commit-config.yaml
1 parent be62027 commit f4ea882

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
repos:
22
- repo: local
33
hooks:
4+
- id: ruff-check
5+
name: Ruff (lint)
6+
entry: ruff check .
7+
language: system
8+
pass_filenames: false
9+
types: [ python ]
10+
11+
- id: ruff-format
12+
name: Ruff (format)
13+
entry: ruff format .
14+
language: system
15+
pass_filenames: false
16+
types: [ python ]
17+
18+
- id: mypy
19+
name: Mypy
20+
entry: mypy .
21+
language: system
22+
pass_filenames: false
23+
types: [ python ]
24+
425
- id: codeclone
526
name: CodeClone
627
entry: codeclone

0 commit comments

Comments
 (0)