File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - id : isort
1313
1414 - repo : https://github.com/hakancelikdev/unimport
15- rev : 1.2.0
15+ rev : 1.2.1
1616 hooks :
1717 - id : unimport
1818
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inputs:
1010runs :
1111 using : " composite"
1212 steps :
13- - run : pip install --upgrade pip && python -m pip install unimport==1.2.0
13+ - run : pip install --upgrade pip && python -m pip install unimport==1.2.1
1414 shell : bash
1515 - run : unimport --color auto --gitignore --ignore-init ${{ inputs.extra_args }}
1616 shell : bash
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ process with Unimport.
2929
3030- ** Documentation** https://unimport.hakancelik.dev/
3131- ** Issues** https://github.com/hakancelikdev/unimport/issues/
32- - ** Changelog** https://unimport.hakancelik.dev/1.2.0 /CHANGELOG/
32+ - ** Changelog** https://unimport.hakancelik.dev/1.2.1 /CHANGELOG/
3333- ** Playground** https://playground-unimport.hakancelik.dev/
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v3.5.3
2828 - uses : actions/setup-python@v4.6.1
2929 - name : Check unused imports
30- uses : hakancelikdev/unimport@1.2.0
30+ uses : hakancelikdev/unimport@1.2.1
3131 with :
3232 extra_args : --include src/
3333` ` `
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ classifiers =
2929project_urls =
3030 Documentation = https://unimport.hakancelik.dev/
3131 Issues = https://github.com/hakancelikdev/unimport/issues/
32- Changelog = https://unimport.hakancelik.dev/1.2.0 /CHANGELOG/
32+ Changelog = https://unimport.hakancelik.dev/1.2.1 /CHANGELOG/
3333
3434[options]
3535python_requires = >=3.8, <3.13
You can’t perform that action at this time.
0 commit comments