Skip to content

Commit 20b13e8

Browse files
committed
Fix pre-commit db connected
1 parent 5689d0f commit 20b13e8

File tree

1 file changed

+1
-2
lines changed
  • plain-dev/plain/dev/precommit

1 file changed

+1
-2
lines changed

plain-dev/plain/dev/precommit/cli.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ def plain_db_connected():
9696
[
9797
"plain",
9898
"models",
99-
"showmigrations",
100-
"--skip-checks",
99+
"show-migrations",
101100
],
102101
stdout=subprocess.DEVNULL,
103102
stderr=subprocess.DEVNULL,

0 commit comments

Comments
 (0)