Skip to content

Commit

Permalink
pre-commit autoupdate (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: zerolab <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and zerolab authored Apr 12, 2024
1 parent a639a68 commit 11ba2da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -19,7 +19,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.2.2'
rev: 'v0.3.7'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
6 changes: 3 additions & 3 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def get_test_asset_data(
}
if type == "image":
derivative_name = settings.BYNDER_IMAGE_SOURCE_THUMBNAIL_NAME
thumbnails[
derivative_name
] = f"{thumb_base}/{derivative_name}-{name_slugified}.jpg"
thumbnails[derivative_name] = (
f"{thumb_base}/{derivative_name}-{name_slugified}.jpg"
)

data = {
"activeOriginalFocusPoint": {"x": 541, "y": 550},
Expand Down

0 comments on commit 11ba2da

Please sign in to comment.