Skip to content

Commit d43f65d

Browse files
authored
Run pre-commit only on pre-commit.ci (#408)
1 parent 3953b2a commit d43f65d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Diff for: .github/workflows/test.yml

-19
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,6 @@ jobs:
3030
- name: Run mypy on stubs
3131
run: mypy --cache-dir=/dev/null --no-incremental rest_framework-stubs
3232

33-
lint:
34-
runs-on: ubuntu-latest
35-
strategy:
36-
matrix:
37-
python-version: ['3.10']
38-
steps:
39-
- uses: actions/checkout@v3
40-
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v4
42-
with:
43-
python-version: ${{ matrix.python-version }}
44-
- name: Install dependencies
45-
run: |
46-
pip install -U pip setuptools wheel
47-
pip install -r ./requirements.txt
48-
49-
- name: Run pre-commit
50-
run: pre-commit install && pre-commit run --all-files
51-
5233
test:
5334
runs-on: ubuntu-latest
5435
strategy:

0 commit comments

Comments
 (0)