You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make python-flake8.yml a general lint workflow
* Add a lint check to prevent crlf endings in git
* Set text=auto and renormalize files
* Add a lint check to prevent whitespace issues
Whitespace issues as understood by git (by default) are trailing
whitespace at EOL, whitespace on an otherwise empty line, a space
character immediately followed by a tab character in the indentation of
a line, and multiple newlines at EOF.
References:
- https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---check
- https://peter.eisentraut.org/blog/2014/11/04/checking-whitespace-with-git
* Fix trailing whitespace issues
* Fix issues with multiple newlines at EOF
* Ignore conflict marker warning in rst files
0 commit comments