Skip to content

Commit

Permalink
Remove pyupgrade from lint_python.yml (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevkivskyi authored Aug 29, 2023
1 parent 55a149d commit 40516f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
mkdir --parents --verbose .mypy_cache
- run: mypy --ignore-missing-imports --install-types --non-interactive .
- run: pytest .
- run: shopt -s globstar && pyupgrade --py38-plus **/*.py
- run: safety check

0 comments on commit 40516f2

Please sign in to comment.