Skip to content

Commit

Permalink
chore(deps-dev): auto-update pre-commit hooks (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 26, 2024
1 parent 49d189b commit 5ca6fd5
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 @@ -26,12 +26,12 @@ repos:
- id: isort
args: ["--settings", "setup.cfg"]
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.1
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
args: ["--pretty"]
Expand Down

0 comments on commit 5ca6fd5

Please sign in to comment.