Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#193)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/srstevenson/nb-clean: 3.1.0 →
3.2.0](srstevenson/nb-clean@3.1.0...3.2.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 →
v0.1.9](astral-sh/ruff-pre-commit@v0.1.7...v0.1.9)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 →
v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 →
v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/scientific-python/cookie: 2023.11.17 →
2023.12.21](scientific-python/cookie@2023.11.17...2023.12.21)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lukas Burgholzer <burgholzer@me.com>
  • Loading branch information
pre-commit-ci[bot] and burgholzer authored Jan 2, 2024
1 parent 52c8093 commit 2bcb9ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"]
Expand All @@ -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)
Expand Down Expand Up @@ -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]
Expand All @@ -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]"]

0 comments on commit 2bcb9ad

Please sign in to comment.