domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
995 stars 213 forks source link

Implemented Azure Log Analytics ingestion via Data Collection Rules #394

Closed rubeste closed 1 year ago

seanthegeek commented 1 year ago

Please fix the issues identified by flake8 https://github.com/domainaware/parsedmarc/actions/runs/4498555538/jobs/8088590875?pr=394

seanthegeek commented 1 year ago

Also, add any new dependencies to pyproject.toml

rubeste commented 1 year ago

I fixed the styling errors and added azure-monitor-ingestion to the pyproject.toml

seanthegeek commented 1 year ago

Two more small style fixes are needed (add a space after your if keywords) https://github.com/domainaware/parsedmarc/actions/runs/4607585069/jobs/8698597478?pr=394

seanthegeek commented 1 year ago

Weird. Now there are PEP8 errors in files that you didn't even modify. I'll fix those myself.