Skip to content

Commit 1bc3be8

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/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)
1 parent 259a874 commit 1bc3be8

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.5.0
77
hooks:
88
- id: check-case-conflict
99
- id: check-merge-conflict
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/psf/black
22-
rev: 22.3.0
22+
rev: 23.11.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.5.1
26+
rev: v1.7.0
2727
hooks:
2828
- id: mypy
2929
files: src

0 commit comments

Comments
 (0)