Skip to content

Commit

Permalink
Chore: Format code and activate linters using Black and Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 27, 2024
1 parent 1489fe3 commit 54f02c6
Show file tree
Hide file tree
Showing 12 changed files with 690 additions and 729 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,14 @@ jobs:
# Install package in editable mode.
pip install --use-pep517 --prefer-binary --editable=.[test,develop]
- name: Run linter and software tests
- name: Check code style
if: matrix.python-version != '3.6' && matrix.python-version != '3.7'
run: |
poe check
poe lint
- name: Run software tests
run: |
poe test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
Loading

0 comments on commit 54f02c6

Please sign in to comment.