diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ececdc0..1a09197b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # Clean jupyter notebooks - repo: https://github.com/srstevenson/nb-clean - rev: 3.1.0 + rev: 3.2.0 hooks: - id: nb-clean @@ -54,7 +54,7 @@ repos: # Python linting using ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.9 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -64,7 +64,7 @@ repos: # Static type checking using mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy files: ^(src/mqt|test/python) @@ -97,7 +97,7 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.4 + rev: v4.0.0-alpha.8 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -120,7 +120,7 @@ repos: # Check best practices for scientific Python code - repo: https://github.com/scientific-python/cookie - rev: 2023.11.17 + rev: 2023.12.21 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]