File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -25,22 +25,3 @@ if [ $? -ne 0 ]; then
2525 exit 1
2626fi
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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments