Skip to content

Instantly share code, notes, and snippets.

@dj-wasabi
Created January 12, 2024 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dj-wasabi/b8c1b3a935b3240ae72c007e655e9a4e to your computer and use it in GitHub Desktop.
Save dj-wasabi/b8c1b3a935b3240ae72c007e655e9a4e to your computer and use it in GitHub Desktop.
$ 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