Skip to content

Commit

Permalink
Remove trailing whitespace check
Browse files Browse the repository at this point in the history
This is now performed by black.
  • Loading branch information
Nick-Hall committed Jan 14, 2025
1 parent 7bf897d commit bf57d18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gramps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,3 @@ jobs:
run: |
export GDK_BACKEND=-
python3 setup.py test
- name: Trailing whitespace check
run: |
if git --no-pager grep --color -n --full-name '[ ]$' -- \*.py; then
echo "ERROR - Trailing whitespace found in source file(s)";
exit 1;
fi

0 comments on commit bf57d18

Please sign in to comment.