Skip to content

Commit c8dbc3f

Browse files
authored
Cleaning code! (#782)
1 parent 134d473 commit c8dbc3f

File tree

101 files changed

+1259
-1333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+1259
-1333
lines changed

.github/workflows/lint-source.yml

+4
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@ jobs:
4444
4545
- name: Looking for junk comments in examples
4646
run: |
47+
! grep -R '# ===' ./benchmarks **/*.py
4748
! grep -R '# ===' ./examples/**/*.py
49+
! grep -R '===' ./benchmarks/**/*.py
50+
! grep -R '===' ./examples/**/*.py
51+

0 commit comments

Comments
 (0)