agritheory / cloud_storage

S3 protocol storage for Frappe Applications - compatible with S3, Backblaze and DO Spaces
https://agritheory.com/documentation/cloud_storage
Other
9 stars 4 forks source link

ci: migrate to Python semantic release #40

Closed HKuz closed 10 months ago

HKuz commented 11 months ago

Addresses #38

Migrates repo to Python Semantic Release.

HKuz commented 10 months ago

Updated with the database logging changes so the testing step passes. The linter step is still failing - it says there are undetermined types in the file.py script.

agritheory commented 10 months ago

@HKuz You want to try adding the type annotations? Or if they should be ignored because they're Frappe types that aren't defined, that's OK too.

HKuz commented 10 months ago

@agritheory sure, I'll look into this. Looks like most of the errors are from undetermined type of frappe file object attributes, but there was one in the list was an incompatible argument type.