Skip to content

Commit

Permalink
add docstring parameter checker
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Aug 15, 2024
1 parent 7c37585 commit 015ad0f
Show file tree
Hide file tree
Showing 4 changed files with 654 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
pip install ruff
ruff check $(git ls-files '*.py')
pip install pylint
pylint $(git ls-files '*.py')
- name: install pygeckocircuits2 package
run: |
Expand Down
Loading

0 comments on commit 015ad0f

Please sign in to comment.