Skip to content

Commit 7912178

Browse files
committed
upgrade black to patch version
1 parent 7db77ab commit 7912178

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: markdownlint-cli2
1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 23.9.1
15+
rev: 24.3.0
1616
hooks:
1717
- id: black
1818
- id: black-jupyter

transformation-scripts/collection-and-item-ingest.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
"client = CognitoClient(\n",
131131
" client_id=test_client_id if testing_mode else mcp_prod_client_id,\n",
132132
" user_pool_id=test_user_pool_id if testing_mode else mcp_prod_user_pool_id,\n",
133-
" identity_pool_id=test_identity_pool_id\n",
134-
" if testing_mode\n",
135-
" else mcp_prod_identity_pool_id,\n",
133+
" identity_pool_id=(\n",
134+
" test_identity_pool_id if testing_mode else mcp_prod_identity_pool_id\n",
135+
" ),\n",
136136
")\n",
137137
"_ = client.login()"
138138
]

0 commit comments

Comments
 (0)