Skip to content

Commit 4eaec5d

Browse files
authored
Cleanup Python code for generators (#33)
* Clean up layer and common generator code * Add these to the Actions runner Python style and typing checks
1 parent 828a82d commit 4eaec5d

File tree

6 files changed

+449
-514
lines changed

6 files changed

+449
-514
lines changed

.github/workflows/build_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ jobs:
3030
- name: Check code style
3131
run: |
3232
python3 -m pycodestyle ./lglpy
33+
python3 -m pycodestyle ./generator
3334
3435
- name: Check typing
3536
run: |
3637
python3 -m mypy ./lglpy
38+
python3 -m mypy ./generator
3739
3840
build-ubuntu-x64-clang:
3941
name: Ubuntu x64 Clang

0 commit comments

Comments
 (0)