Skip to content

Commit 39b538d

Browse files
committed
update pre-commit hook
1 parent 7e443e5 commit 39b538d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.githooks/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
LC_ALL=C
32

43
#current_branch=$(git symbolic-ref --short head)
54
current_branch=$(git rev-parse --abbrev-ref HEAD)

demo-assignments/A1/cold/cold.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
4. Iterate through the list and count the number of -ve temperatures
1212
5. Print the count
1313
"""
14+
1415
__author__ = "Ram Basnet"
1516
__date__ = "Oct 1, 2021"
1617
__license__ = "MIT"

0 commit comments

Comments
 (0)