Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent a14e688 commit f919cc7
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 @@ -4,11 +4,11 @@

repos:
- repo: https:/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
- repo: https:/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https:/pre-commit/mirrors-prettier
Expand Down Expand Up @@ -45,7 +45,7 @@ repos:
- id: isort
args: [--profile, black]
- repo: https:/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
args: [--show-error-codes, --ignore-missing-imports]
Expand Down

0 comments on commit f919cc7

Please sign in to comment.