Skip to content

Commit

Permalink
Add pyupgrade to CI runs (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Feb 20, 2022
1 parent 5d22118 commit 3abffd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: |
python -m pip install --upgrade pip poetry
poetry install --extras docs
- name: "Run pyupgrade"
run: |
poetry run pre-commit run pyupgrade --all-files
- name: "Code formating (black)"
run: |
poetry run pre-commit run black --all-files
Expand Down

0 comments on commit 3abffd8

Please sign in to comment.