Created
January 12, 2024 18:13
-
-
Save dj-wasabi/b8c1b3a935b3240ae72c007e655e9a4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git commit -am "Some message that I know that it will not make it to the log" | |
Shellcheck Bash Linter...................................................Passed | |
Generate Markdown toc....................................................Passed | |
Pretty Print YAML files..................................................Passed | |
No commit on master or main..............................................Passed | |
flake8...................................................................Failed | |
- hook id: flake8 | |
- exit code: 1 | |
lib/djWasabi/git.py:59:1: E302 expected 2 blank lines, found 1 | |
lib/djWasabi/git.py:79:22: E231 missing whitespace after ',' | |
lib/djWasabi/git.py:80:52: W291 trailing whitespace | |
lib/djWasabi/git.py:83:53: E231 missing whitespace after ',' | |
Fix End of Files.........................................................Passed | |
Trim Trailing Whitespace.................................................Failed | |
- hook id: trailing-whitespace | |
- exit code: 1 | |
- files were modified by this hook | |
Fixing lib/djWasabi/git.py | |
Check for merge conflicts................................................Passed | |
$ echo $? | |
1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment