Skip to content

Commit

Permalink
Modernize CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Feb 11, 2024
1 parent 7f438f9 commit 7a193b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
python3-flake8-import-order
python3-flake8-quotes
python3-pip
python3-ruff
tar gzip

- uses: actions/checkout@v3
- run: flake8
- run: ruff *py
- run: pip install --break-system-packages pyupgrade
- run: pyupgrade --py38-plus *py
- run: pyupgrade --py310-plus *py

0 comments on commit 7a193b9

Please sign in to comment.