Add GitHub action for pre-commit (#2515) · rkalyankumar/Python@acaeb22 · GitHub
Skip to content

Commit acaeb22

Browse files
dhruvmanilacclauss
andauthored
Add GitHub action for pre-commit (TheAlgorithms#2515)
* Add GitHub action file for pre-commit * Fix errors exposed by pre-commit hook: - Remove executable bit from files without shebang. I checked those file and it was not needed. - Fix with black * Apply suggestions from code review Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent ae65f55 commit acaeb22

5 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 15 additions & 0 deletions

machine_learning/scoring_functions.py

100755100644
File mode changed.

maths/sum_of_arithmetic_series.py

100755100644
File mode changed.

scheduling/round_robin.py

100755100644
File mode changed.

web_programming/instagram_crawler.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)