codeforces/topcode: move to top level and check in ci

This commit is contained in:
karlicoss 2023-11-10 23:02:11 +00:00
parent 657ce08ac8
commit 7b1cec9326
3 changed files with 10 additions and 23 deletions

View file

@ -169,8 +169,6 @@ commands =
{envpython} -m mypy --install-types --non-interactive \
-p {[testenv]package_name} \
--exclude 'my/coding/codeforces.py' \
--exclude 'my/coding/topcoder.py' \
--txt-report .coverage.mypy-misc \
--html-report .coverage.mypy-misc \
{posargs}