Skip to content

Commit

Permalink
chore: reformat code, exclude version.py from formatting check
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed May 14, 2024
1 parent 5224c1d commit 4b60bab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Check code format
run: |
pip install black
black --check .
black --check --exclude version.py .
- name: Check config sanity
run: python3 utils/check-config.py includes/
1 change: 0 additions & 1 deletion genisolist.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def process_include(ini: Path) -> str:


if __name__ == "__main__":

if os.getenv("DEBUG"):
logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
else:
Expand Down

0 comments on commit 4b60bab

Please sign in to comment.