Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github-actions-173…
Browse files Browse the repository at this point in the history
…282a634
  • Loading branch information
burgholzer authored Apr 29, 2024
2 parents 539c053 + 425e102 commit df28d5b
Show file tree
Hide file tree
Showing 129 changed files with 5,247 additions and 891 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:

# Python linting using ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.2
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -68,7 +68,7 @@ repos:

# Static type checking using mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
files: ^(src/mqt|test/python)
Expand Down Expand Up @@ -125,7 +125,7 @@ repos:

# Check best practices for scientific Python code
- repo: https://github.com/scientific-python/cookie
rev: 2024.03.10
rev: 2024.04.23
hooks:
- id: sp-repo-review
additional_dependencies: ["repo-review[cli]"]
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(
mqt-qudits
LANGUAGES CXX
VERSION 0.1.0
DESCRIPTION "MQT Qudits - A framework for mixed-dimensional qudit quantum computing")
DESCRIPTION "MQT Qudits - A Framework For Mixed-Dimensional Qudit Quantum Computing")

include(cmake/StandardProjectSettings.cmake)
include(cmake/PreventInSourceBuilds.cmake)
Expand Down
Binary file removed MQT Tutorial/2dqed.png
Binary file not shown.
278 changes: 0 additions & 278 deletions MQT Tutorial/MQT Qudits in Short.ipynb

This file was deleted.

File renamed without changes
File renamed without changes.
Loading

0 comments on commit df28d5b

Please sign in to comment.