File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v3.1.0
2626 - name : Set up Python
27- uses : actions/setup-python@v4.3.0
27+ uses : actions/setup-python@v4.3.1
2828 with :
2929 python-version : " 3.11"
3030 - name : Install dependencies
4444 steps :
4545 - uses : actions/checkout@v3.1.0
4646 - name : Set up Python
47- uses : actions/setup-python@v4.3.0
47+ uses : actions/setup-python@v4.3.1
4848 with :
4949 python-version : " 3.11"
5050 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v3.1.0
2626 with :
2727 fetch-depth : 0
28- - uses : actions/setup-python@v4.3.0
28+ - uses : actions/setup-python@v4.3.1
2929 with :
3030 python-version : " 3.11"
3131 - run : pip install --upgrade tox
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@v3.1.0
33- - uses : actions/setup-python@v4.3.0
33+ - uses : actions/setup-python@v4.3.1
3434 with :
3535 python-version : " 3.11"
3636 - name : install tox
Original file line number Diff line number Diff line change 4747 steps :
4848 - uses : actions/checkout@v3.1.0
4949 - name : Set up Python ${{ matrix.python.version }}
50- uses : actions/setup-python@v4.3.0
50+ uses : actions/setup-python@v4.3.1
5151 with :
5252 python-version : ${{ matrix.python.version }}
5353 - name : Install dependencies
6565 steps :
6666 - uses : actions/checkout@v3.1.0
6767 - name : Set up Python
68- uses : actions/setup-python@v4.3.0
68+ uses : actions/setup-python@v4.3.1
6969 with :
7070 python-version : " 3.11"
7171 - name : Install dependencies
8686 steps :
8787 - uses : actions/checkout@v3.1.0
8888 - name : Set up Python ${{ matrix.python-version }}
89- uses : actions/setup-python@v4.3.0
89+ uses : actions/setup-python@v4.3.1
9090 with :
9191 python-version : " 3.11"
9292 - name : Install dependencies
@@ -127,7 +127,7 @@ jobs:
127127 steps :
128128 - uses : actions/checkout@v3.1.0
129129 - name : Set up Python
130- uses : actions/setup-python@v4.3.0
130+ uses : actions/setup-python@v4.3.1
131131 with :
132132 python-version : ' 3.11'
133133 - uses : actions/download-artifact@v3.0.1
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/psf/black
6- rev : 22.10 .0
6+ rev : 22.12 .0
77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
10- rev : v2.37.1
10+ rev : v2.38.0
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v2.15.7
23+ rev : v2.15.8
2424 hooks :
2525 - id : pylint
2626 additional_dependencies :
4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 34.48.4
50+ rev : 34.54.2
5151 hooks :
5252 - id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments