Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: django-cms/djangocms-admin-style
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8444c4720d49e6abd3189bf0449f24b065d03d7a
Choose a base ref
..
head repository: django-cms/djangocms-admin-style
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e7a2bf3599020e268d07da37411e5ef234b159b
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .pre-commit-config.yaml
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ repos:
args: ["--py39-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.22.1'
rev: '1.22.2'
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
@@ -39,7 +39,7 @@ repos:
- id: codespell

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]