jowilf / sqlalchemy-file

SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
https://jowilf.github.io/sqlalchemy-file/
MIT License
91 stars 12 forks source link

Add additional Ruff rules & update dependencies #77

Closed jowilf closed 1 year ago

jowilf commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f1d480f) 100.00% compared to head (bd58d25) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 26 26 Lines 1828 1823 -5 ========================================= - Hits 1828 1823 -5 ``` | [Impacted Files](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon) | Coverage Δ | | |---|---|---| | [sqlalchemy\_file/base.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL2Jhc2UucHk=) | `100.00% <ø> (ø)` | | | [sqlalchemy\_file/exceptions.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL2V4Y2VwdGlvbnMucHk=) | `100.00% <ø> (ø)` | | | [sqlalchemy\_file/processors.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL3Byb2Nlc3NvcnMucHk=) | `100.00% <ø> (ø)` | | | [sqlalchemy\_file/validators.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL3ZhbGlkYXRvcnMucHk=) | `100.00% <ø> (ø)` | | | [tests/utils.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdXRpbHMucHk=) | `100.00% <ø> (ø)` | | | [sqlalchemy\_file/\_\_init\_\_.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [sqlalchemy\_file/file.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL2ZpbGUucHk=) | `100.00% <100.00%> (ø)` | | | [sqlalchemy\_file/helpers.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL2hlbHBlcnMucHk=) | `100.00% <100.00%> (ø)` | | | [sqlalchemy\_file/mutable\_list.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL211dGFibGVfbGlzdC5weQ==) | `100.00% <100.00%> (ø)` | | | [sqlalchemy\_file/storage.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL3N0b3JhZ2UucHk=) | `100.00% <100.00%> (ø)` | | | ... and [4 more](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/77?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.