Skip to content

Commit d43f51e

Browse files
committed
Set pre-commit python version and fix PHONY in Makefile
1 parent d1b0f89 commit d43f51e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.12
2+
python: python3.13
33
default_stages:
44
- pre-push
55
repos:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ help: # Preview Makefile commands
66
/^[-_[:alpha:]]+:.?*#/ { printf " %-15s%s\n", $$1, $$2 }' $(MAKEFILE_LIST)
77

88
# ensure OS binaries aren't called if naming conflict with Make recipes
9-
.PHONY: help install venv update test coveralls lint lint-fix security my-app
9+
.PHONY: help install venv update test coveralls lint lint-fix security sam-build sam-http-run sam-http-ping sam-invoke
1010

1111
##############################################
1212
# Python Environment and Dependency commands

0 commit comments

Comments
 (0)