Skip to content

Commit 5369951

Browse files
committed
fix: pre-commit에 isort, flake8 추가
1 parent ea9e2c9 commit 5369951

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
repos:
2+
- repo: https://github.com/pycqa/isort
3+
rev: 6.0.0
4+
hooks:
5+
- id: isort
26
- repo: https://github.com/psf/black
37
rev: 25.1.0
48
hooks:
59
- id: black
10+
- repo: https://github.com/pycqa/flake8
11+
rev: 7.1.2
12+
hooks:
13+
- id: flake8

0 commit comments

Comments
 (0)