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

Skip to content

Commit a3fe7e1

Browse files
committed
fix(KDP): fixed issues between graph and eager mode plus others
1 parent 52dad69 commit a3fe7e1

File tree

8 files changed

+834
-344
lines changed

8 files changed

+834
-344
lines changed

.pre-commit-config.yaml

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

77
repos:
8-
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
# Ruff version.
10-
rev: v0.1.11
11-
hooks:
12-
# Run the linter.
13-
- id: ruff
14-
args: [--fix]
15-
# Run the formatter.
16-
- id: ruff-format
17-
188
- repo: https://github.com/timothycrosley/isort
199
rev: 5.12.0
2010
hooks:
@@ -32,6 +22,16 @@ repos:
3222
"--project=CORE,src,config,preprocess,train,transform,main,model",
3323
]
3424

25+
- repo: https://github.com/astral-sh/ruff-pre-commit
26+
# Ruff version.
27+
rev: v0.1.11
28+
hooks:
29+
# Run the linter.
30+
- id: ruff
31+
args: [--fix]
32+
# Run the formatter.
33+
- id: ruff-format
34+
3535
- repo: https://github.com/pre-commit/pre-commit-hooks
3636
rev: v4.1.0
3737
hooks:

0 commit comments

Comments
 (0)