- 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:
Sean Whalen
2024-10-02 21:19:57 -04:00
parent fdb4e4cb36
commit 1ef3057110
29 changed files with 2086 additions and 1902 deletions

View File

@@ -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