Skip to content

Commit

Permalink
ci(pre-commit.ci): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v3.2.0...v4.5.0)
- [github.com/psf/black: 23.1.0 → 24.3.0](psf/black@23.1.0...24.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.9.0](pre-commit/mirrors-mypy@v1.0.1...v1.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent dae91bd commit 53260bc
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 @@ -7,19 +7,19 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.3.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.9.0
hooks:
- id: mypy

0 comments on commit 53260bc

Please sign in to comment.