Skip to content

Commit

Permalink
Add pylint and fix suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Oct 27, 2023
1 parent bdc2bb7 commit ae43850
Show file tree
Hide file tree
Showing 7 changed files with 677 additions and 40 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: python -m pip install -r requirements-dev.txt
- run: python -m pip install -r requirements.txt -r requirements-dev.txt
- run: black --check --diff .
- run: pylint src

doc:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit ae43850

Please sign in to comment.