mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-22 01:06:24 +00:00
8.15.1
- Proper IMAP namespace fix (Closes issue #557 and issue #563) - Require `mailsuite>=1.9.17` - Revert PR #552 - Add pre-flight check for nameservers (PR #562 closes issue #543) - Reformat code with `ruff`
This commit is contained in:
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
make html
|
||||
- name: Check code style
|
||||
run: |
|
||||
ruff check *.py parsedmarc/*.py
|
||||
ruff check .
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
coverage run tests.py
|
||||
|
||||
Reference in New Issue
Block a user