This repository was archived by the owner on Oct 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2727 python-version : ' 3.10'
2828
2929 - name : Set up Poetry
30- uses : abatilo/actions-poetry@v2.3 .0
30+ uses : abatilo/actions-poetry@v2.4 .0
3131 with :
3232 poetry-version : 1.4.2
3333
Original file line number Diff line number Diff line change 2727 python-version : ' 3.10'
2828
2929 - name : Set up Poetry
30- uses : abatilo/actions-poetry@v2.3 .0
30+ uses : abatilo/actions-poetry@v2.4 .0
3131 with :
3232 poetry-version : 1.4.2
3333
Original file line number Diff line number Diff line change 2727 python-version : ' 3.10'
2828
2929 - name : Set up Poetry
30- uses : abatilo/actions-poetry@v2.3 .0
30+ uses : abatilo/actions-poetry@v2.4 .0
3131 with :
3232 poetry-version : 1.4.2
3333
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 python-version : ' 3.10'
2828
2929 - name : Set up Poetry
30- uses : abatilo/actions-poetry@v2.3 .0
30+ uses : abatilo/actions-poetry@v2.4 .0
3131 with :
3232 poetry-version : 1.4.2
3333
3434 - name : Install python dependencies
3535 run : poetry install
3636
37- - uses : pre-commit/action@v3.0.0
37+ - uses : pre-commit/action@v3.0.1
3838 name : " Linters and formatters check"
3939 with :
4040 extra_args : --all-files --show-diff-on-failure
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
3232 python-version : ' 3.10'
3333
3434 - name : Set up Poetry
35- uses : abatilo/actions-poetry@v2.3 .0
35+ uses : abatilo/actions-poetry@v2.4 .0
3636 with :
3737 poetry-version : 1.4.2
3838
3939 - name : Install python dependencies
4040 run : poetry install
4141
42- - uses : pre-commit/action@v3.0.0
42+ - uses : pre-commit/action@v3.0.1
4343 name : " Linters and formatters check"
4444 with :
4545 extra_args : --all-files --show-diff-on-failure
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
3232 python-version : ' 3.10'
3333
3434 - name : Set up Poetry
35- uses : abatilo/actions-poetry@v2.3 .0
35+ uses : abatilo/actions-poetry@v2.4 .0
3636 with :
3737 poetry-version : 1.4.2
3838
3939 - name : Install python dependencies
4040 run : poetry install
4141
42- - uses : pre-commit/action@v3.0.0
42+ - uses : pre-commit/action@v3.0.1
4343 name : " Linters and formatters check"
4444 with :
4545 extra_args : --all-files --show-diff-on-failure
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 python-version : ' 3.10'
2525
2626 - name : Set up Poetry
27- uses : abatilo/actions-poetry@v2.3 .0
27+ uses : abatilo/actions-poetry@v2.4 .0
2828 with :
2929 poetry-version : 1.4.2
3030
3131 - name : Install python dependencies
3232 run : poetry install
3333
34- - uses : pre-commit/action@v3.0.0
34+ - uses : pre-commit/action@v3.0.1
3535 name : " Linters and formatters check"
3636 with :
3737 extra_args : --all-files --show-diff-on-failure
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
3+ rev : v4.6 .0
44 hooks :
55 - id : check-yaml
66 - id : trailing-whitespace
77
88 - repo : https://github.com/psf/black
9- rev : 23.3.0
9+ rev : 23.12.1
1010 hooks :
1111 - id : black
1212
1313 - repo : https://github.com/pycqa/isort
14- rev : 5.12.0
14+ rev : 5.13.2
1515 hooks :
1616 - id : isort
1717 args : ["--profile", "black"]
1818
1919 - repo : https://github.com/myint/autoflake
20- rev : v2.1 .1
20+ rev : v2.3 .1
2121 hooks :
2222 - id : autoflake
2323 args :
@@ -28,14 +28,14 @@ repos:
2828 - --ignore-init-module-imports
2929
3030 - repo : https://github.com/myint/eradicate
31- rev : 2.2 .0
31+ rev : 2.3 .0
3232 hooks :
3333 - id : eradicate
3434 args :
3535 - --in-place
3636
3737 - repo : https://github.com/PyCQA/bandit
38- rev : ' 1.7.5 '
38+ rev : ' 1.8.2 '
3939 hooks :
4040 - id : bandit
4141 args : ["-x", "tests/*"]
You can’t perform that action at this time.
0 commit comments