Skip to content

Commit 4f78a52

Browse files
committed
Drop --assume-modified from pre-commit check
1 parent 6014193 commit 4f78a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pre-commit-checkcopyrights.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939

4040
#!/bin/bash
4141
unset GIT_DIR # workaround for git worktrees
42-
mx -v python-checkcopyrights --assumed-modified --fix --files "${@}"
42+
mx python-checkcopyrights --fix --files "${@}"

0 commit comments

Comments
 (0)