Skip to content

Commit aed53ec

Browse files
committed
MAINT: removing pre-commit GHA as it's in maintenance-only mode in favour of pre-commit.ci that we already use
1 parent deaee5e commit aed53ec

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ on:
99

1010

1111
jobs:
12-
pre-commit:
13-
14-
runs-on: ubuntu-latest
15-
16-
steps:
17-
- uses: actions/checkout@v3
18-
- name: Set up Python 3.9
19-
uses: actions/setup-python@v4
20-
with:
21-
python-version: "3.9"
22-
- uses: pre-commit/[email protected]
23-
2412
tests:
2513

2614
strategy:

0 commit comments

Comments
 (0)