Open cclauss opened 4 years ago
I'll check it. Thank you for reporting it.
a few seem to have been removed since last time I used the oci entries:
I don't strictly need either of these, i was just using the 'emaildelivery' from oci.edge as a generic email (would be nice to just have postfix or even just 'email' in the onprem section if possible?). And the 'filestorage' to just indicate on prem nfs (would similarly be super helpful to have onprem.storage for the nfs)
DIscovered by #141 and related to #305... flake8 testing of https://github.com/mingrammer/diagrams
%
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
https://flake8.pycqa.org/en/latest/user/error-codes.html
On the flake8 test selection, this PR does not focus on "style violations" (the majority of flake8 error codes that psf/black can autocorrect). Instead, these tests are focus on runtime safety and correctness: