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: risuorg/risu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d593e3d5b27aa4a6c74a1c76233f40d1bf177019
Choose a base ref
..
head repository: risuorg/risu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce08e5bea747d1b4947617110211ac6e2d19991f
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
@@ -6,7 +6,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.1
rev: v3.30.0
- hooks:
- id: check-useless-excludes
repo: meta
@@ -69,7 +69,7 @@ repos:
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: 1.19.0
rev: 1.19.1

# - repo: https://github.com/asottile/pyupgrade
# rev: v2.38.0