Mercurial > evolve
view tests/test-check-flake8.t @ 6907:5439ac6b2fc2 mercurial-6.2
ci: replace `hg id` call with $CI_COMMIT_HG_BRANCH
This is easier to do than install newer Mercurial on an older CI image.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 24 Oct 2024 20:40:46 +0400 |
parents | cfad86381358 |
children |
line wrap: on
line source
#require test-repo flake8 $ . "$RUNTESTDIR/helpers-testrepo.sh" Copied from Mercurial core (60ee2593a270) $ cd "`dirname "$TESTDIR"`" run flake8 on all tracked files ending in .py or with a python shebang $ testrepohg files -0 'set:(**.py or grep("^#!.*python")) - removed()' \ > -X hgext3rd/evolve/thirdparty \ > 2>/dev/null \ > | xargs -0 "$PYTHON" -m flake8