This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push: new 75759fe Mypy once 75759fe is described below commit 75759fef6c2ca05495619d349641e22b9c7f6320 Author: Sebb <s...@apache.org> AuthorDate: Fri Jul 12 22:10:21 2024 +0100 Mypy once --- .github/workflows/linting.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4884469..b273390 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -1,4 +1,4 @@ -name: Linting and MyPy +name: Linting on: push: branch: master @@ -30,15 +30,7 @@ jobs: pip install -r tools/requirements.txt pip install -r server/requirements.txt pip install -r test/requirements.txt - pip install mypy - pip install types-requests - pip install types-docutils pip install pylint - - name: Type testing with mypy - run: | - mypy --cache-dir /tmp/ --install-types - mypy --cache-dir /tmp/ --ignore-missing-imports server tools - name: Testing with pylint - if: always() run: | - pylint server tools + pylint server tools test