Skip to content

Commit 23aa8ce

Browse files
committed
[RZA-250006]: hook fix
1 parent 3439f97 commit 23aa8ce

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.githooks/pre-commit

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,3 @@ if [ $? -ne 0 ]; then
2525
exit 1
2626
fi
2727

28-
# Step 2: Run poetry linting tools
29-
echo "Running poetry linting tools..."
30-
if ! poetry run flake8 .; then
31-
echo "flake8 failed. Aborting commit."
32-
exit 1
33-
fi
34-
35-
if ! poetry run black --check .; then
36-
echo "black failed. Aborting commit."
37-
exit 1
38-
fi
39-
40-
if ! poetry run mypy .; then
41-
echo "mypy failed. Aborting commit."
42-
exit 1
43-
fi
44-
45-
echo "Pre-commit checks passed!"
46-
exit 0

abcd.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@
165165
"titleBar.activeBackground": "#abcd00",
166166
"titleBar.activeForeground": "#15202b",
167167
"titleBar.inactiveBackground": "#abcd0099",
168-
"titleBar.inactiveForeground": "#15202b99"
168+
"titleBar.inactiveForeground": "#15202b99",
169+
"tab.activeBorder": "#d5ff01"
169170
}
170171
}
171172
}

0 commit comments

Comments
 (0)