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
82 stars 11 forks source link

Bump ruff from 0.0.277 to 0.0.278 #81

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps ruff from 0.0.277 to 0.0.278.

Release notes

Sourced from ruff's releases.

v0.0.278

See the release blog post for more, including detailed descriptions of any newly added rules.

What's Changed

Rules

Settings

Bug Fixes

New Contributors

Full Changelog: https://github.com/astral-sh/ruff/compare/v0.0.277...v0.0.278

Changelog

Sourced from ruff's changelog.

Breaking Changes

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 11 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (44abe1c) 100.00% compared to head (fcf01dc) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 26 26 Lines 1823 1823 ========================================= Hits 1823 1823 ``` | [Impacted Files](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon) | Coverage Δ | | |---|---|---| | [tests/test\_content\_type\_validator.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdGVzdF9jb250ZW50X3R5cGVfdmFsaWRhdG9yLnB5) | `100.00% <ø> (ø)` | | | [tests/test\_image\_field.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdGVzdF9pbWFnZV9maWVsZC5weQ==) | `100.00% <ø> (ø)` | | | [tests/test\_image\_validator.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdGVzdF9pbWFnZV92YWxpZGF0b3IucHk=) | `100.00% <ø> (ø)` | | | [tests/test\_processor.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdGVzdF9wcm9jZXNzb3IucHk=) | `100.00% <ø> (ø)` | | | [tests/test\_size\_validator.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdGVzdF9zaXplX3ZhbGlkYXRvci5weQ==) | `100.00% <ø> (ø)` | |

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