Skip to content

Commit 96208a8

Browse files
committed
Migrate to prek
1 parent 8c1c01d commit 96208a8

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/prek.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: prek checks
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
8+
jobs:
9+
prek:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/[email protected]
13+
- uses: j178/[email protected]

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r common.txt
22
black==25.9.0 # Used by Django's find_formatters and run_formatters
33
django-debug-toolbar==6.0.0
4-
pre-commit~=4.3.0
4+
prek==0.2.5
55
psycopg[binary]==3.2.10
66
watchdog==6.0.0

0 commit comments

Comments
 (0)