Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Jan 9, 2025
1 parent f617c5c commit b599040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v5 # defaults to .python-version

- name: Show python version
run: python --version
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: pyupgrade
name: upgrade code
- repo: https://github.com/hadialqattan/pycln
rev: v2.2.2
rev: v2.5.0 # https://github.com/hadialqattan/pycln/issues/249
hooks:
- id: pycln
args: [--all, --expand-stars]
Expand Down

0 comments on commit b599040

Please sign in to comment.