Skip to content

Commit 6ac91f6

Browse files
committed
formatting
1 parent 8a7465c commit 6ac91f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/pyvecorg/build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def generate_yaml(data):
6565
yaml_contents = dedent('''\
6666
#
6767
# This file has been generated from external sources
68-
# using `uv run python -m pyvecorg build`. Do not edit it manually!
68+
# using `uv run python -m pyvecorg build`. Do not edit
69+
# it manually!
6970
#
7071
''')
7172
return yaml_contents + yaml.dump(data, allow_unicode=True)

tests/test_data.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
DATA = load_data()
2222

2323
# If you run 'uv run python -m pyvecorg build', memebers_list.yml gets
24-
# generated and it will
25-
# be tested. If you don't have the file present, the relevant tests will be
26-
# skipped
24+
# generated and it will be tested. If you don't have the file present,
25+
# the relevant tests will be skipped
2726
DATA_BOARD = DATA.get('members_list', {}).get('board', [])
2827
DATA_PUBLIC_MEMBERS = DATA.get('members_list', {}).get('public_members', [])
2928
DATA_ALL_MEMBERS = DATA_BOARD + DATA_PUBLIC_MEMBERS

0 commit comments

Comments
 (0)