Skip to content

Commit

Permalink
chore(deps-dev): auto-update pre-commit hooks (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 16, 2024
1 parent 63049c8 commit 52fc2ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
hooks:
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
stages: [manual]
Expand All @@ -16,12 +16,12 @@ repos:
- id: isort
args: ["--settings", "setup.cfg"]
- repo: https://github.com/psf/black
rev: 24.1.0
rev: 24.3.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
args: ["--pretty"]
Expand Down

0 comments on commit 52fc2ae

Please sign in to comment.