Skip to content

Commit 7616441

Browse files
authored
Merge pull request #174 from hashlash/patch-1
Update pre-commit black and isort version
2 parents 7d63a2c + 9257d15 commit 7616441

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)