Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit ba273be

Browse files
committed
run make format and fix formatting check
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 0d50623 commit ba273be

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/format.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
#
88
# SPDX-License-Identifier: ISC
99

10+
source env/bin/activate
1011
yapf -i $(find . -maxdepth 1 -name "*py") setup.py
1112
test $(git status --porcelain | wc -l) -eq 0 || { git diff; false; }

fix_clock_info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# https://opensource.org/licenses/ISC
99
#
1010
# SPDX-License-Identifier: ISC
11-
1211
""" Unify clock names in legacy data """
1312

1413
from argparse import ArgumentParser

rmentries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# https://opensource.org/licenses/ISC
99
#
1010
# SPDX-License-Identifier: ISC
11-
1211
""" Remove a range of test run entries """
1312

1413
import os

0 commit comments

Comments
 (0)