Skip to content

Commit

Permalink
disabled windows linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Aug 30, 2024
1 parent 56c7c69 commit 0ff58b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
pip install uv
uv pip install ${{ matrix.uv-arg }} --system -r requirements.txt
- name: Analyzing the code with pylint
if: ${{ matrix.os != windows-latest }} # Windows throws strange linting errors
run: |
pylint $(git ls-files '*.py')
- name: Analyzing the code with flake8
Expand Down

0 comments on commit 0ff58b6

Please sign in to comment.