File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0
1616 - name : Set up Python 3.10
17- uses : actions/setup-python@v2
17+ uses : actions/setup-python@v3
1818 with :
1919 python-version : " 3.10"
2020 - uses : pre-commit/action@v2.0.2
@@ -38,14 +38,14 @@ jobs:
3838 - python-version : " 3.x"
3939 toxenv : " djangomain"
4040 experimental : true
41- - python-version : " pypy3 "
41+ - python-version : " pypy-3.8 "
4242 toxenv : " PyPy"
4343 experimental : false
4444
4545 steps :
46- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v3
4747
48- - uses : actions/setup-python@v2
48+ - uses : actions/setup-python@v3
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ repos:
1111 - id : end-of-file-fixer
1212 - id : trailing-whitespace
1313- repo : https://github.com/psf/black
14- rev : 20.8b1
14+ rev : 22.3.0
1515 hooks :
1616 - id : black
1717 language_version : python3
1818- repo : https://github.com/pycqa/isort
19- rev : 5.8 .0
19+ rev : 5.12 .0
2020 hooks :
2121 - id : isort
2222- repo : https://github.com/PyCQA/flake8
You can’t perform that action at this time.
0 commit comments