Skip to content

Commit 2b4d56d

Browse files
successfully pulling data from MIP
1 parent 1925576 commit 2b4d56d

File tree

6 files changed

+915
-507
lines changed

6 files changed

+915
-507
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v1.35.3
20+
rev: v1.36.0
2121
hooks:
2222
- id: cfn-python-lint
2323
files: template\.(json|yml|yaml)$

Pipfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
pytest = "~=8.1"
8-
pytest-mock = "~=3.8"
9-
requests-mock = "~=1.10"
10-
pre-commit = "~=4.0"
7+
pytest = "*"
8+
pytest-mock = "*"
9+
requests-mock = "*"
10+
pre-commit = "*"
1111
boto3 = "~=1.24"
12-
coverage = "~=7.6"
12+
coverage = "*"
13+
black = "*"
1314

1415
[packages]
1516
requests = "~=2.0"

0 commit comments

Comments
 (0)