Skip to content

Commit c029c76

Browse files
committed
Adds x_ as a prefix to the pre-commit-clean target to prevent
pre-commit from accidentally being uninstalled.
1 parent 91fbfd5 commit c029c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pre-commit-update: development-requirements
3535
pre-commit-run: development-requirements
3636
pre-commit run --all-files
3737

38-
pre-commit-clean:
38+
x_pre-commit-clean:
3939
pre-commit uninstall
4040

4141
lint:

0 commit comments

Comments
 (0)