Skip to content

Commit

Permalink
fix mypy wierd issue and used correct
Browse files Browse the repository at this point in the history
  • Loading branch information
rippleFCL committed May 3, 2024
1 parent 1da0bc9 commit 9cd4aac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/setup
- name: Add a mypy cache dir
shell: bash
run: mkdir .mypy_cache

- uses: marian-code/python-lint-annotate@v4
with:
python-root-list: "${{ github.workspace }}/*.py ${{ github.workspace }}/*/" # accepts wildcards
use-pycodestyle: false
use-vulture: false
use-pydocstyle: false
extra-isort-options: "--check --diff"
extra-pylint-options: "--output-format='colorized'"
python-version: "3.8"

Expand Down

0 comments on commit 9cd4aac

Please sign in to comment.