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 β†’ v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0)
- [github.com/pycqa/isort: 5.12.0 β†’ 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 22.3.0 β†’ 24.10.0](psf/black@22.3.0...24.10.0)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 β†’ v1.11.2](pre-commit/mirrors-mypy@v1.7.1...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 97d631e commit 50bd39e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: v5.0.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -15,15 +15,15 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.11.2
hooks:
- id: mypy
files: src
Expand Down

0 comments on commit 50bd39e

Please sign in to comment.