From 648e257d0a6ed423efe6aa70c1f358bf396bcbf0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 14 Nov 2023 08:57:23 +0600 Subject: [PATCH] mypy mypy --non-interactive . --- .github/workflows/lint_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index 2c199790..83eb6a32 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/lint_python.yml @@ -14,5 +14,5 @@ jobs: - run: black --check --skip-string-normalization . || true - run: ruff --format=github . # See pyproject.toml for configuration - run: pip install -r pex-requirements.txt -r tests/requirements.txt - - run: mypy --non-itneractive . # See setup.cfg for configuration + - run: mypy --non-interactive . # See setup.cfg for configuration - run: safety check || true # Temporary fix for https://pyup.io/v/51457/f17