Code style fixes

This commit is contained in:
Sean Whalen
2024-09-04 16:48:07 -04:00
parent e967778f25
commit 5973ca8205
3 changed files with 7 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ jobs:
make html
- name: Check code style
run: |
flake8 *.py parsedmarc/*.py
ruff check *.py parsedmarc/*.py
- name: Run unit tests
run: |
coverage run tests.py