Skip to content

Commit d3edc1f

Browse files
committed
fix: 현재 상태에서 무시해야하는 규칙 추가
1 parent 5369951 commit d3edc1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ repos:
1010
- repo: https://github.com/pycqa/flake8
1111
rev: 7.1.2
1212
hooks:
13-
- id: flake8
13+
- id: flake8
14+
args:
15+
- --ignore=E501,E722,E262,F401,F841
16+
- --max-line-length=88

0 commit comments

Comments
 (0)