git @ Cat's Eye Technologies Unlikely / master test.sh
master

Tree @master (Download .tar.gz)

test.sh @masterraw · history · blame

#!/bin/sh -e

# SPDX-FileCopyrightText: Chris Pressey, the creator of this work, has dedicated it to the public domain.
# For more information, please refer to <https://unlicense.org/>
# SPDX-License-Identifier: Unlicense

if command -v flake8 > /dev/null 2>&1; then
    flake8 --ignore E501,E266,W504 src/
fi
falderal tests/Unlikely.md