Skip to content

Commit 31d48dd

Browse files
committed
Pre-commit: Update black, isort and mypy versions
1 parent feb7979 commit 31d48dd

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
@@ -28,15 +28,15 @@
2828

2929
repos:
3030
- repo: https://github.com/psf/black
31-
rev: 23.7.0
31+
rev: 24.2.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/pycqa/isort
35-
rev: 5.12.0
35+
rev: 5.13.2
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.7.1
39+
rev: v1.8.0
4040
hooks:
4141
- id: mypy
4242
additional_dependencies: [

0 commit comments

Comments
 (0)