Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PercevalSA authored Nov 11, 2023
1 parent 885a053 commit a634992
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint mypy
mypy --install-types --non-interactive $(git ls-files '*.py')
pip install .
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
- name: Analysing code typing with mypy
run: |
mypy --install-types --non-interactive $(git ls-files '*.py')
mypy $(git ls-files '*.py')

0 comments on commit a634992

Please sign in to comment.