Skip to content

Commit acac687

Browse files
author
Ran Isenberg
committed
Merge branch 'develop' of github.com:risenberg-cyberark/aws-lambda-powertools-python into pydantic
# Conflicts: # poetry.lock
2 parents e188c58 + eac89af commit acac687

16 files changed

+85
-1102
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dev-docs:
1212
cd docs && npm install
1313

1414
format:
15-
poetry run isort -rc aws_lambda_powertools tests example
15+
poetry run isort -rc aws_lambda_powertools tests
1616
poetry run black aws_lambda_powertools tests
1717

1818
lint: format
19-
poetry run flake8 aws_lambda_powertools/* tests/* example/*
19+
poetry run flake8 aws_lambda_powertools/* tests/*
2020

2121
test:
2222
poetry run pytest -vvv --cov=./ --cov-report=xml

Diff for: example/.gitignore

-244
This file was deleted.

Diff for: example/README.md

-136
This file was deleted.

0 commit comments

Comments
 (0)