Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: nephila/djangocms-blog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d722bdbee1fed383966c76a5cc14d44ea5e2d676
Choose a base ref
...
head repository: nephila/djangocms-blog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e64e6fc5a6f91ef53baa7a8c5236dcad0171df16
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 20, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6)
    pre-commit-ci[bot] authored Nov 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e64e6fc View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 .pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.5'
rev: 'v0.1.6'
hooks:
- id: ruff
- repo: https://github.com/asottile/pyupgrade