Skip to content

Commit

Permalink
Merge pull request #107 from cda-tum/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
⬆️🪝 update pre-commit hooks
  • Loading branch information
burgholzer authored Aug 9, 2022
2 parents b10ddec + 1395b7f commit 408fb3d
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 @@ -38,7 +38,7 @@ repos:

# Upgrade old Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: "v2.37.1"
rev: "v2.37.3"
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down Expand Up @@ -94,7 +94,7 @@ repos:

# Check static types with mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.961"
rev: "v0.971"
hooks:
- id: mypy
stages: [manual]
Expand Down

0 comments on commit 408fb3d

Please sign in to comment.