Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Nov 27, 2023
1 parent 532eee3 commit a53c985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:

# Handling unwanted unicode characters
- repo: https://github.com/sirosen/texthooks
rev: 0.6.2
rev: 0.6.3
hooks:
- id: fix-ligatures
- id: fix-smartquotes
Expand Down Expand Up @@ -91,7 +91,7 @@ repos:

# Check static types with mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.7.1
hooks:
- id: mypy
files: ^(src/mqt|test/python)
Expand Down

0 comments on commit a53c985

Please sign in to comment.