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.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/pre-commit/mirrors-mypy: v0.961 β†’ v1.0.1](pre-commit/mirrors-mypy@v0.961...v1.0.1)
- [github.com/pycqa/isort: 5.10.1 β†’ 5.12.0](PyCQA/isort@5.10.1...5.12.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 20, 2023
1 parent a318a2e commit 809e3c3
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.4.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -15,7 +15,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v1.0.1
hooks:
- id: mypy
files: src
Expand All @@ -26,7 +26,7 @@ repos:
# Note that using the --install-types is problematic if running in
# parallel as mutating the pre-commit env at runtime breaks cache.
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
...

0 comments on commit 809e3c3

Please sign in to comment.