Skip to content

Commit

Permalink
Merge pull request #614 from ReproNim/create-pull-request/patch
Browse files Browse the repository at this point in the history
[BOT] update pre-commit hooks
  • Loading branch information
stebo85 authored Apr 30, 2024
2 parents d859dab + df2934f commit 0719d72
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 @@ -30,7 +30,7 @@ repos:
args: [--profile, black]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black

Expand All @@ -52,7 +52,7 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies: [types-all]
Expand Down

0 comments on commit 0719d72

Please sign in to comment.