Skip to content

Commit

Permalink
Cleaning code! (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Jan 1, 2025
1 parent 134d473 commit c8dbc3f
Show file tree
Hide file tree
Showing 101 changed files with 1,259 additions and 1,333 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ jobs:
- name: Looking for junk comments in examples
run: |
! grep -R '# ===' ./benchmarks **/*.py
! grep -R '# ===' ./examples/**/*.py
! grep -R '===' ./benchmarks/**/*.py
! grep -R '===' ./examples/**/*.py
Loading

0 comments on commit c8dbc3f

Please sign in to comment.