Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f01e67

Browse files
fix(KDP): reformatting with pre-commits
1 parent 2523f89 commit 2f01e67

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,6 @@ default_stages: [pre-commit]
55
default_install_hook_types: [pre-commit, commit-msg]
66

77
repos:
8-
# Temporarily disabled isort as it conflicts with ruff-format
9-
# - repo: https://github.com/timothycrosley/isort
10-
# rev: 5.12.0
11-
# hooks:
12-
# - id: isort
13-
# args:
14-
# [
15-
# "--profile=black",
16-
# "--py=311",
17-
# "--line-length=120",
18-
# "--multi-line=3",
19-
# "--trailing-comma",
20-
# "--force-grid-wrap=0",
21-
# "--use-parentheses",
22-
# "--ensure-newline-before-comments",
23-
# "--project=CORE,src,config,preprocess,train,transform,main,model",
24-
# ]
25-
268
- repo: https://github.com/astral-sh/ruff-pre-commit
279
# Ruff version.
2810
rev: v0.1.11

0 commit comments

Comments
 (0)