Skip to content

Commit fea794a

Browse files
committed
Update dep
1 parent a13abab commit fea794a

File tree

2 files changed

+73
-53
lines changed

2 files changed

+73
-53
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 25.1.0
3+
rev: 26.1.0
44
hooks:
55
- id: black
66
args: [--line-length=127]
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 6.0.1
9+
rev: 7.0.0
1010
hooks:
1111
- id: isort
1212
args: [--profile=black, --line-length=127]
@@ -18,6 +18,6 @@ repos:
1818
args: [--max-line-length=127]
1919

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.17.1
21+
rev: v1.19.1
2222
hooks:
2323
- id: mypy

0 commit comments

Comments
 (0)