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: cda-tum/mqt-qudit-compression
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5024fd8dfe9be81bb93ca11c2c28d4e16c5de868
Choose a base ref
..
head repository: cda-tum/mqt-qudit-compression
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3bf78a14b64e1ce62a4ee43a698ad74bee6265ae
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
@@ -49,14 +49,14 @@ repos:
- id: fix-smartquotes

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.2.2
hooks:
- id: ruff
args: ["--fix"]

# Run code formatting with Black
- repo: https://github.com/psf/black
rev: 24.1.1 # Keep in sync with blacken-docs
rev: 24.2.0 # Keep in sync with blacken-docs
hooks:
- id: black-jupyter