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/pre-commit/pre-commit-hooks: v4.3.0 β†’ v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/psf/black: 22.3.0 β†’ 23.11.0](psf/black@22.3.0...23.11.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 β†’ v1.7.0](pre-commit/mirrors-mypy@v1.5.1...v1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent 259a874 commit 1bc3be8
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 @@ -3,7 +3,7 @@ default_language_version:
python: python3.8
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -19,11 +19,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.7.0
hooks:
- id: mypy
files: src
Expand Down

0 comments on commit 1bc3be8

Please sign in to comment.