1 Commits

Author SHA1 Message Date
7e3dbf8305 Bump ghcr.io/hspaans/devcontainer-features/django-upgrade
Bumps ghcr.io/hspaans/devcontainer-features/django-upgrade from 1.0.0 to 2.0.0.

---
updated-dependencies:
- dependency-name: ghcr.io/hspaans/devcontainer-features/django-upgrade
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 01:59:49 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
},
"ghcr.io/hspaans/devcontainer-features/django-upgrade:1": {
"ghcr.io/hspaans/devcontainer-features/django-upgrade:2": {
"version": "latest"
},
"ghcr.io/itsmechlark/features/redis-server:1": {

View File

@ -19,7 +19,7 @@ repos:
# uv hooks for dependency management
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.7.12
rev: 0.7.5
hooks:
- id: uv-export
@ -65,7 +65,7 @@ repos:
# Ruff for linting and formatting
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.13
rev: v0.11.10
hooks:
- id: ruff
args: [--fix]