Skip to content

Commit 0955042

Browse files
[pre-commit.ci] pre-commit autoupdate
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.0](pre-commit/mirrors-mypy@v0.961...v1.0.0) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
1 parent a318a2e commit 0955042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3.8
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: check-case-conflict
99
- id: check-merge-conflict
@@ -15,7 +15,7 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v0.961
18+
rev: v1.0.0
1919
hooks:
2020
- id: mypy
2121
files: src
@@ -26,7 +26,7 @@ repos:
2626
# Note that using the --install-types is problematic if running in
2727
# parallel as mutating the pre-commit env at runtime breaks cache.
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.10.1
29+
rev: 5.12.0
3030
hooks:
3131
- id: isort
3232
...

0 commit comments

Comments
 (0)