Skip to content

Commit 4442ec3

Browse files
committed
chore: confirm whether checkout is old
1 parent 8877196 commit 4442ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ format:
1919
poetry run black aws_lambda_powertools tests examples
2020

2121
lint: format
22+
grep "def object(self)" "aws_lambda_powertools/utilities/data_classes/s3_event.py" -A3
2223
poetry run flake8 aws_lambda_powertools tests examples
2324

2425
lint-docs:

0 commit comments

Comments
 (0)