Skip to content

Commit 0c0d594

Browse files
[pre-commit.ci] pre-commit autoupdate
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/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 22.3.0 → 24.1.1](psf/black@22.3.0...24.1.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0)
1 parent 91c70df commit 0c0d594

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.5.0
77
hooks:
88
- id: check-case-conflict
99
- id: check-merge-conflict
@@ -15,15 +15,15 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.12.0
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/psf/black
22-
rev: 22.3.0
22+
rev: 24.1.1
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.5.1
26+
rev: v1.8.0
2727
hooks:
2828
- id: mypy
2929
files: src

0 commit comments

Comments
 (0)