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/psf/black.git: 23.1.0 → 23.3.0](https://github.com/psf/black.git/compare/23.1.0...23.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.3.0](pre-commit/mirrors-mypy@v1.0.0...v1.3.0)
  • Loading branch information
pre-commit-ci[bot] committed May 15, 2023
1 parent 749bb61 commit 5ca1d8e
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 @@ -13,7 +13,7 @@ repos:
- id: check-added-large-files
exclude: example/
- repo: https://github.com/psf/black.git
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
# - repo: https://github.com/asottile/blacken-docs
Expand All @@ -34,7 +34,7 @@ repos:
entry: flake8 --docstring-convention google --max-doc-length 100 --max-line-length 88 --ignore E203,W503,W605
exclude: example/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.3.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 5ca1d8e

Please sign in to comment.