Skip to content

Commit cbf2026

Browse files
committed
pre-commit update
1 parent 32c36dc commit cbf2026

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
@@ -15,7 +15,7 @@ repos:
1515
- --max-line-length=88
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: "6.0.1"
18+
rev: "7.0.0"
1919
hooks:
2020
- id: isort
2121

@@ -45,7 +45,7 @@ repos:
4545
)$
4646
4747
- repo: https://github.com/pre-commit/pre-commit-hooks
48-
rev: "v5.0.0"
48+
rev: "v6.0.0"
4949
hooks:
5050
- id: end-of-file-fixer
5151
- id: mixed-line-ending
@@ -56,7 +56,7 @@ repos:
5656
exclude: disable_test_trac.py
5757

5858
- repo: https://github.com/pylint-dev/pylint
59-
rev: "v3.3.7"
59+
rev: "v4.0.2"
6060
hooks:
6161
- id: pylint
6262
args:
@@ -82,7 +82,7 @@ repos:
8282
]
8383

8484
- repo: https://github.com/pre-commit/mirrors-mypy
85-
rev: 'v1.17.0'
85+
rev: 'v1.18.2'
8686
hooks:
8787
- id: mypy
8888
exclude: examples/.*|bin/did

0 commit comments

Comments
 (0)