Closed HKuz closed 1 year 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.
@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.
@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.
Addresses #38
Migrates repo to Python Semantic Release.