From f1b6e6b68ba9eb580a16a8f9cf84075aee8d1985 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Mon, 22 Mar 2021 13:18:54 +0530 Subject: [PATCH] Update mypy workflow to include arithmetic_analysis --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e8d04126002..8f8fa1551d97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,7 @@ jobs: python -m pip install mypy pytest-cov -r requirements.txt # FIXME: #4052 fix mypy errors in other directories and add them here - run: mypy --ignore-missing-imports + arithmetic_analysis backtracking bit_manipulation blockchain