Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrieder authored Jul 14, 2024
1 parent b5f20a0 commit f0b1879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint setuptools
pip install .
- name: Analysing the code with pylint
run: |
pylint --errors-only --disable=C,R $(git ls-files '*.py')
PYTHONPATH=$(pwd)/src/wireviz:$PYTHONPATH pylint --errors-only --disable=C,R $(git ls-files '*.py')

0 comments on commit f0b1879

Please sign in to comment.