Skip to content

Commit

Permalink
#308 Python 3.7 support dropped & Improved Type Comment Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed Dec 22, 2023
1 parent b44bd5f commit de4d437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: isort

- repo: https://github.com/hakancelikdev/unimport
rev: 1.1.0
rev: 1.2.0
hooks:
- id: unimport

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
runs:
using: "composite"
steps:
- run: pip install --upgrade pip && python -m pip install unimport==1.1.0
- run: pip install --upgrade pip && python -m pip install unimport==1.2.0
shell: bash
- run: unimport --color auto --gitignore --ignore-init ${{ inputs.extra_args }}
shell: bash
Expand Down

0 comments on commit de4d437

Please sign in to comment.