Skip to content

Commit

Permalink
Fix pycodestyle check
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Nov 26, 2023
1 parent 7674b13 commit 993c957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
Expand All @@ -16,4 +16,4 @@ jobs:
cache: pip
- run: pip install . && pip install -r dev-requirements.txt
- run: pylint rpcudp
- run: pycodestyle rpcudp/**/*.py
- run: pycodestyle rpcudp/*.py

0 comments on commit 993c957

Please sign in to comment.