Skip to content

Commit b1b72fe

Browse files
committed
formatting
1 parent ce42085 commit b1b72fe

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,15 @@ classifiers = [
2727
'Operating System :: MacOS',
2828
'Typing :: Typed',
2929
]
30-
dependencies = ['typing-extensions >=4.6.0,!=4.7.0']
31-
dynamic = ['description', 'license', 'readme', 'version']
30+
dependencies = [
31+
'typing-extensions>=4.6.0,!=4.7.0'
32+
]
33+
dynamic = [
34+
'description',
35+
'license',
36+
'readme',
37+
'version'
38+
]
3239

3340
[project.urls]
3441
Homepage = 'https://github.com/pydantic/pydantic-core'

wasm-preview/run_tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ async def main(tests_zip: str, tag_name: str):
3737

3838
print(f'Mounted {count} test files, installing dependencies...')
3939

40-
await micropip.install(['dirty-equals', 'hypothesis', 'pytest-speed', 'pytest-mock', 'tzdata', 'inline-snapshot', pydantic_core_wheel])
40+
await micropip.install(
41+
['dirty-equals', 'hypothesis', 'pytest-speed', 'pytest-mock', 'tzdata', 'inline-snapshot', pydantic_core_wheel]
42+
)
4143
importlib.invalidate_caches()
4244

4345
# print('installed packages:')

0 commit comments

Comments
 (0)