Skip to content

Commit a2d0d6c

Browse files
committed
update .pre-commit-config.yaml
1 parent 78408ee commit a2d0d6c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ repos:
44
hooks:
55
- id: black
66

7-
# - repo: https://github.com/PyCQA/isort
8-
# rev: 6.12.0
9-
# hooks:
10-
# - id: isort
7+
- repo: https://github.com/pre-commit/mirrors-isort
8+
rev: v5.10.1
9+
hooks:
10+
- id: isort
1111

1212
- repo: https://github.com/charliermarsh/ruff-pre-commit
13-
rev: v0.0.341
13+
rev: v0.14.7
1414
hooks:
1515
- id: ruff
1616

1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.4.3
18+
rev: v1.19.0
1919
hooks:
2020
- id: mypy

0 commit comments

Comments
 (0)